电池控制器

public class BatteryController
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.device.battery.BatteryController


用于控制设备的电池充电状态的实用程序类。

摘要

公共构造函数

BatteryController()

公共方法

static IBatteryInfo getBatteryInfoForDevice(ITestDevice device)

返回设备的 IBatteryInfo

static IBatteryInfo.BatteryState getDeviceChargingState(ITestDevice device)

返回设备的充电状态。

公共构造函数

电池控制器

public BatteryController ()

公共方法

getBatteryInfoForDevice

public static IBatteryInfo getBatteryInfoForDevice (ITestDevice device)

返回设备的 IBatteryInfo。如果出现问题或 设备不受支持。

参数
device ITestDevice

返回
IBatteryInfo

getDeviceChargingState

public static IBatteryInfo.BatteryState getDeviceChargingState (ITestDevice device)

返回设备的充电状态。如果设备不支持,则返回 IBatteryInfo.BatteryState.UNDEFINED

参数
device ITestDevice

返回
IBatteryInfo.BatteryState

抛出
DeviceNotAvailableException