IBatteryInfo 类的构造函数

public interface IBatteryInfo

com.android.tradefed.device.battery.IBatteryInfo


定义与设备电池的交互的接口。

摘要

公共方法

abstract IBatteryInfo.BatteryState checkBatteryState(ITestDevice device)

返回设备电池的当前状态。

abstract void disableCharging(ITestDevice device)

停用设备的电池充电功能。

abstract void enableCharging(ITestDevice device)

启用设备的电池充电功能。

公共方法

checkBatteryState

public abstract IBatteryInfo.BatteryState checkBatteryState (ITestDevice device)

返回设备电池的当前状态。

参数
device ITestDevice

返回
IBatteryInfo.BatteryState

抛出
DeviceNotAvailableException

停用充电

public abstract void disableCharging (ITestDevice device)

停用设备的电池充电功能。

参数
device ITestDevice

抛出
DeviceNotAvailableException

enableCharging

public abstract void enableCharging (ITestDevice device)

启用设备的电池充电功能。

参数
device ITestDevice

抛出
DeviceNotAvailableException