HomeSort by relevance Sort by last modified time
    Searched refs:checkMinBatteryLevel (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
WaitDeviceRecovery.java 137 checkMinBatteryLevel(getDeviceAfterRecovery(monitor));
145 checkMinBatteryLevel(getDeviceAfterRecovery(monitor));
157 checkMinBatteryLevel(getDeviceAfterRecovery(monitor));
175 protected void checkMinBatteryLevel(IDevice device) throws DeviceNotAvailableException {
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
WaitDeviceRecoveryTest.java 262 * Test {@link WaitDeviceRecovery#checkMinBatteryLevel(IDevice)} throws an exception if battery
274 mRecovery.checkMinBatteryLevel(mMockDevice);
283 * Test {@link WaitDeviceRecovery#checkMinBatteryLevel(IDevice)} throws an exception if battery
295 mRecovery.checkMinBatteryLevel(mMockDevice);
305 * Test {@link WaitDeviceRecovery#checkMinBatteryLevel(IDevice)} returns without exception when
315 mRecovery.checkMinBatteryLevel(mMockDevice);

Completed in 228 milliseconds