Home
last modified time | relevance | path

Searched refs:shouldAbort (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DTestCompanion.java61 protected boolean shouldAbort() { in shouldAbort() method in TestCompanion
104 if (e instanceof InterruptedException && shouldAbort()) { in run()
DDeviceTestCompanion.java123 while (!shouldAbort()) { in echoUntilStopSignal()
128 if (shouldAbort() || dataBytes[0] == 0) { in echoUntilStopSignal()