Searched refs:shouldSkip (Results 1 – 7 of 7) sorted by relevance
45 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()
50 assertTrue(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip()58 assertTrue(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip_fastboot()68 assertFalse(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip_recovery()
76 if (shouldSkip(device)) { in recoverDevices()137 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in RunConfigDeviceRecovery
27 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in BatteryUnavailableDeviceRecovery
34 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in BatteryRechargeDeviceRecovery
32 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in UsbResetRunConfigRecovery
293 mSkipTestCase = shouldSkip(test); in testStarted()434 private boolean shouldSkip(TestDescription desc) { in shouldSkip() method in BaseDeviceMetricCollector