Home
last modified time | relevance | path

Searched refs:shouldSkip (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/
DUsbResetRunConfigRecoveryTest.java45 boolean res = mUsbReset.shouldSkip(mockDevice); in testShouldSkip()
47 res = mUsbReset.shouldSkip(mockDevice); in testShouldSkip()
49 res = mUsbReset.shouldSkip(mockDevice); in testShouldSkip()
58 assertTrue(mUsbReset.shouldSkip(mockDevice)); in testShouldSkip_fastboot()
67 assertTrue(mUsbReset.shouldSkip(mockDevice)); in testShouldSkip_available()
DBatteryUnavailableDeviceRecoveryTest.java50 assertTrue(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip()
58 assertTrue(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip_fastboot()
68 assertFalse(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip_recovery()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java76 if (shouldSkip(device)) { in recoverDevices()
137 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in RunConfigDeviceRecovery
DBatteryUnavailableDeviceRecovery.java27 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in BatteryUnavailableDeviceRecovery
DBatteryRechargeDeviceRecovery.java34 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in BatteryRechargeDeviceRecovery
DUsbResetRunConfigRecovery.java32 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in UsbResetRunConfigRecovery
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java293 mSkipTestCase = shouldSkip(test); in testStarted()
434 private boolean shouldSkip(TestDescription desc) { in shouldSkip() method in BaseDeviceMetricCollector