/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | LogReceiver.java | 62 mDeviceAction.cancel(); in stop() 63 mReceiver.cancel(); in stop() 84 StreamUtil.cancel(stream); in postLog()
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | ClockworkRetailMonkeyTest.java | 53 public synchronized void cancel() { in cancel() method in ClockworkRetailMonkeyTest.CardRefresher 67 mRefresher.cancel(); in onMonkeyFinish()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | LogcatReceiver.java | 69 mDeviceAction.cancel(); in stop() 70 mReceiver.cancel(); in stop()
|
D | CollectingByteOutputReceiver.java | 45 public void cancel() { in cancel() method in CollectingByteOutputReceiver
|
D | CollectingOutputReceiver.java | 46 public void cancel() { in cancel() method in CollectingOutputReceiver
|
D | BackgroundDeviceAction.java | 124 public synchronized void cancel() { in cancel() method in BackgroundDeviceAction
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | CrashCollector.java | 114 mCrashCollector.cancel(); in tearDown() 117 mCrashReceiver.cancel(); in tearDown() 122 StreamUtil.cancel(iss); in tearDown()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | GameQualificationScheduledMetricCollector.java | 69 mTimer.cancel(); in onStart() 96 mTimer.cancel(); in onEnd()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | BackgroundDeviceActionTest.java | 79 mBackgroundAction.cancel(); in testBackgroundActionComplete() 110 mBackgroundAction.cancel(); in testBackgroundAction_shellException() 164 mBackgroundAction.cancel(); in testwaitForDeviceRecovery_blockOffline()
|
/tools/tradefederation/core/common_util/com/android/tradefed/result/ |
D | InputStreamSource.java | 49 public default void cancel() { in cancel() method
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | ScheduledDeviceMetricCollector.java | 69 timer.cancel(); in onTestRunStart() 88 timer.cancel(); in onTestRunEnd()
|
/tools/acloud/internal/lib/ |
D | ssh.py | 59 timer.cancel() 86 timer.cancel() 125 timer.cancel()
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | StreamProtoReceiver.java | 132 public void cancel() throws IOException { in cancel() method in StreamProtoReceiver.EventReceiverThread 174 mEventReceiver.cancel(); in close()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | RunUtilTest.java | 117 mockRunnable.cancel(); // always ensure execution is cancelled in testRunTimed() 130 mockRunnable.cancel(); // always ensure execution is cancelled in testRunTimed_failed() 144 mockRunnable.cancel(); // cancel due to exception in testRunTimed_exception() 145 mockRunnable.cancel(); // always ensure execution is cancelled in testRunTimed_exception() 167 Mockito.verify(runnable, Mockito.atLeast(1)).cancel(); in testRunTimed_interrupted()
|
D | RunUtilFuncTest.java | 43 public void cancel() { in cancel() method in RunUtilFuncTest.MyRunnable 82 public void cancel() { in testRunTimedRetry()
|
/tools/asuite/atest/metrics/ |
D | clearcut_client.py | 84 self._scheduled_flush_thread.cancel() 112 self._scheduled_flush_thread.cancel()
|
/tools/tradefederation/core/atest/metrics/ |
D | clearcut_client.py | 91 self._scheduled_flush_thread.cancel() 119 self._scheduled_flush_thread.cancel()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | FileLoggerTest.java | 92 StreamUtil.cancel(logSource); in testLogToLogger() 223 StreamUtil.cancel(logSource); in testFiltering_ddms() 248 StreamUtil.cancel(logSource); in testFiltering_ddms_log()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitor.java | 135 void cancel() { in cancel() method in ClusterDeviceMonitor.EventDispatcher 161 mDispatcher.cancel(); in stop()
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | ActivityStatusChecker.java | 54 StreamUtil.cancel(screen); in isFrontActivityLauncher()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraTestMetricsCollectionListener.java | 141 StreamUtil.cancel(outputSource); in stopDumping() 152 StreamUtil.cancel(outputSource); in stopDumping()
|
D | VideoEditingMemoryTest.java | 164 StreamUtil.cancel(outputSource); in uploadHeapDumpFiles() 205 StreamUtil.cancel(outputSource); in logOutputFiles()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 406 runThread.cancel(); in runTimed() 414 runThread.cancel(); in runTimed() 583 public void cancel() { in cancel() method in RunUtil.RunnableNotifier 584 mRunnable.cancel(); in cancel() 768 public void cancel() { in cancel() method in RunUtil.RunnableResult
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | UiAutomatorRunner.java | 353 public void cancel() { in cancel() method in UiAutomatorRunner 355 mParser.cancel(); in cancel()
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 463 cancel(); in processClose() 482 public synchronized void cancel() { in cancel() method in RemoteManager 493 cancel(); in cancelAndWait()
|