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.java154 checkMinBatteryLevel(getDeviceAfterRecovery(monitor)); in recoverDevice()
162 checkMinBatteryLevel(getDeviceAfterRecovery(monitor)); in recoverDevice()
174 checkMinBatteryLevel(getDeviceAfterRecovery(monitor)); in recoverDevice()
194 protected void checkMinBatteryLevel(IDevice device) throws DeviceNotAvailableException { in checkMinBatteryLevel() method in WaitDeviceRecovery
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DWaitDeviceRecoveryTest.java405 mRecovery.checkMinBatteryLevel(mMockDevice); in testCheckMinBatteryLevel_unreadable()
426 mRecovery.checkMinBatteryLevel(mMockDevice); in testCheckMinBatteryLevel_belowLevel()
446 mRecovery.checkMinBatteryLevel(mMockDevice); in testCheckMinBatteryLevel()