Home
last modified time | relevance | path

Searched refs:getBatteryLevel (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceSelection.java102 public Integer getBatteryLevel(IDevice device); in getBatteryLevel() method
DStubDevice.java445 public Integer getBatteryLevel() throws TimeoutException, AdbCommandRejectedException, in getBatteryLevel() method in StubDevice
456 public Integer getBatteryLevel(long freshnessMs) throws TimeoutException, in getBatteryLevel() method in StubDevice
DDeviceSelectionOptions.java432 Integer deviceBattery = getBatteryLevel(device); in matches()
557 public Integer getBatteryLevel(IDevice device) { in getBatteryLevel() method in DeviceSelectionOptions
DDeviceManager.java930 getDisplay(selector.getBatteryLevel(idevice)), in listAllDevices()
999 desc.getBatteryLevel()) in addDevicesInfo()
DNativeDevice.java3855 getDisplayString(selector.getBatteryLevel(idevice)), in getDeviceDescriptor()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBatteryStatsSummaryInfoParser.java152 peakDischargeStartBatteryLevel = startNode.getBatteryLevel(); in getPeakDischargeTime()
153 peakDischargeStopBatteryLevel = dischargeSteps.getBatteryLevel(); in getPeakDischargeTime()
/tools/loganalysis/src/com/android/loganalysis/item/
DBatteryDischargeItem.java83 public int getBatteryLevel() { in getBatteryLevel() method in BatteryDischargeItem.BatteryDischargeInfoItem
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DDeviceDescriptor.java141 public String getBatteryLevel() { in getBatteryLevel() method in DeviceDescriptor
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java236 assertEquals("4", returnedDevices.get(0).getBatteryLevel()); in testListDevices()
244 assertEquals("5", returnedDevices.get(1).getBatteryLevel()); in testListDevices()