Searched refs:shouldSkip (Results 1 – 9 of 9) 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()
51 assertTrue(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip()58 assertTrue(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip_fastboot()67 assertFalse(mRecoverer.shouldSkip(mMockDevice)); in testShouldSkip_recovery()
277 public void setSkipDecision(boolean shouldSkip) { in setSkipDecision() argument278 mSkipOnNoChange = shouldSkip; in setSkipDecision()279 mSkipOnNoTestsDiscovered = shouldSkip; in setSkipDecision()
76 if (shouldSkip(device)) { in recoverDevices()138 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in RunConfigDeviceRecovery
28 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in BatteryUnavailableDeviceRecovery
35 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in BatteryRechargeDeviceRecovery
33 public boolean shouldSkip(IManagedTestDevice device) { in shouldSkip() method in UsbResetRunConfigRecovery
434 boolean shouldSkip = false; in isInSkipList()453 shouldSkip = true; in isInSkipList()459 return shouldSkip; in isInSkipList()
448 mSkipTestCase = shouldSkip(test); in testStarted()655 private boolean shouldSkip(TestDescription desc) { in shouldSkip() method in BaseDeviceMetricCollector