Home
last modified time | relevance | path

Searched refs:checkMinBatteryLevel (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java149 checkMinBatteryLevel(getDeviceAfterRecovery(monitor)); in recoverDevice()
157 checkMinBatteryLevel(getDeviceAfterRecovery(monitor)); in recoverDevice()
169 checkMinBatteryLevel(getDeviceAfterRecovery(monitor)); in recoverDevice()
187 protected void checkMinBatteryLevel(IDevice device) throws DeviceNotAvailableException { in checkMinBatteryLevel() method in WaitDeviceRecovery
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DWaitDeviceRecoveryTest.java393 mRecovery.checkMinBatteryLevel(mMockDevice); in testCheckMinBatteryLevel_unreadable()
415 mRecovery.checkMinBatteryLevel(mMockDevice); in testCheckMinBatteryLevel_belowLevel()
436 mRecovery.checkMinBatteryLevel(mMockDevice); in testCheckMinBatteryLevel()