電池溫度
public
class
BatteryTemperature
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.BatteryTemperature |
摘要
公用建構函式 | |
---|---|
BatteryTemperature()
|
公用方法 | |
---|---|
Integer
|
getBatteryTemperature(IDevice device)
查看裝置的電池溫度 (以攝氏度為單位)。 |
公用建構函式
電池溫度
public BatteryTemperature ()
公用方法
getBatteryTemperature
public Integer getBatteryTemperature (IDevice device)
查看裝置的電池溫度 (以攝氏度為單位)。
待辦事項:以 ddmlib IDevice#getBatteryTemperature()
形式實作
參數 | |
---|---|
device |
IDevice |
傳回 | |
---|---|
Integer |
裝置的溫度 (攝氏度)。如果無法使用,則傳回值為 0。 |