Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DBackgroundDeviceAction.java83 while (!isCancelled()) { in run()
91 if (isCancelled()) { in run()
128 public synchronized boolean isCancelled() { in isCancelled() method in BackgroundDeviceAction
143 while (!isCancelled()) { in blockUntilOnlineNoThrow()
DCollectingByteOutputReceiver.java38 public boolean isCancelled() { in isCancelled() method in CollectingByteOutputReceiver
55 if (!isCancelled()) { in addOutput()
DCollectingOutputReceiver.java39 public boolean isCancelled() { in isCancelled() method in CollectingOutputReceiver
55 if (!isCancelled()) { in addOutput()
DTopHelper.java171 public synchronized boolean isCancelled() { in isCancelled() method in TopHelper.TopReceiver
229 public synchronized boolean isCancelled() { in isCancelled() method in TopHelper
230 return mReceiver.isCancelled(); in isCancelled()
DBatteryTemperature.java50 public boolean isCancelled() { in isCancelled() method in BatteryTemperature.DumpsysBatteryTemperatureReceiver
DLargeOutputReceiver.java182 public synchronized boolean isCancelled() {
DDumpsysPackageReceiver.java209 public boolean isCancelled() { in isCancelled() method in DumpsysPackageReceiver
DWifiHelper.java632 public boolean isCancelled() { in isCancelled() method in WifiHelper.WifiUtilOutput
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java120 while (!isCancelled()) { in run()
154 public boolean isCancelled() { in isCancelled() method in CommandFileWatcher
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTestParser.java92 public boolean isCancelled() { in isCancelled() method in NativeStressTestParser
DNativeBenchmarkTestParser.java106 public boolean isCancelled() { in isCancelled() method in NativeBenchmarkTestParser
DGTestListTestParser.java69 public boolean isCancelled() { in isCancelled() method in GTestListTestParser
DPythonUnitTestResultParser.java338 public boolean isCancelled() { in isCancelled() method in PythonUnitTestResultParser
DGTestResultParser.java363 public boolean isCancelled() { in isCancelled() method in GTestResultParser
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DBackgroundDeviceActionTest.java103 public synchronized boolean isCancelled() { in testBackgroundAction_shellException()
104 return super.isCancelled(); in testBackgroundAction_shellException()
/tools/tradefederation/core/src/com/android/tradefed/util/
DListInstrumentationParser.java124 public boolean isCancelled() { in isCancelled() method in ListInstrumentationParser
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DMicroBenchTest.java240 public boolean isCancelled() { in isCancelled() method in MicroBenchTest.MicroBenchReceiver