Home
last modified time | relevance | path

Searched refs:interrupt (Results 1 – 14 of 14) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/rule/
DInterruptRuleTest.java56 InterruptItem interrupt = new InterruptItem(); in testInterruptAnalysis() local
57 interrupt.addInterrupt("2:bcmsdh_sdmmc:2:qcom,smd:2:msmgio", 40, in testInterruptAnalysis()
59 interrupt.addInterrupt("2:qcom,smd-rpm:2:fc4c.qcom,spmi", 7, in testInterruptAnalysis()
62 mBatteryStatsDetailedInfo.setInterruptItem(interrupt); in testInterruptAnalysis()
75 InterruptItem interrupt = new InterruptItem(); in testNoSignificantInterruptAnalysis() local
76 interrupt.addInterrupt("2:bcmsdh_sdmmc:2:qcom,smd:2:msmgio", 5, in testNoSignificantInterruptAnalysis()
78 interrupt.addInterrupt("2:qcom,smd-rpm:2:fc4c.qcom,spmi", 7, in testNoSignificantInterruptAnalysis()
81 mBatteryStatsDetailedInfo.setInterruptItem(interrupt); in testNoSignificantInterruptAnalysis()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DBackgroundDeviceActionTest.java82 mBackgroundAction.interrupt(); in testBackgroundActionComplete()
114 mBackgroundAction.interrupt(); in testBackgroundAction_shellException()
138 test.interrupt(); in testwaitForDeviceRecovery_online()
165 test.interrupt(); in testwaitForDeviceRecovery_blockOffline()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java242 mRunUtil.interrupt(Thread.currentThread(), message); in testInterrupt()
258 mRunUtil.interrupt(Thread.currentThread(), message); in testInterrupt_delayed()
277 mRunUtil.interrupt(Thread.currentThread(), message1); in testInterrupt_multiple()
278 mRunUtil.interrupt(Thread.currentThread(), message2); in testInterrupt_multiple()
279 mRunUtil.interrupt(Thread.currentThread(), message3); in testInterrupt_multiple()
408 mRunUtil.interrupt(test, "TEST"); in testSetInterruptibleInFuture()
/tools/tradefederation/core/src/com/android/tradefed/util/
DAlarm.java83 thread.interrupt(); in run()
DIRunUtil.java286 public void interrupt(Thread thread, String message); in interrupt() method
DRunUtil.java498 public synchronized void interrupt(Thread thread, String message) { in interrupt() method in RunUtil
516 Thread.currentThread().interrupt(); in checkInterrupted()
719 mExecutionThread.interrupt(); in cancel()
783 mToInterrupt.interrupt(); in run()
DLogcatUpdaterEventParser.java254 callingThread.interrupt(); in waitForEventAsync()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java88 mConsole.interrupt(); in tearDown()
184 RunUtil.getDefault().interrupt(mConsole, "interrupting"); in testRun_withConsoleInteractive_noHelp()
185 mConsole.interrupt(); in testRun_withConsoleInteractive_noHelp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DBackgroundDeviceAction.java122 interrupt(); in cancel()
DDeviceManager.java1172 public void interrupt() { in interrupt() method in DeviceManager.FastbootMonitor
1174 super.interrupt(); in interrupt()
1240 interrupt(); in terminate()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DScheduledDeviceMetricCollector.java70 Thread.currentThread().interrupt(); in onTestRunStart()
/tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
DSideloadOtaStabilityTest.java455 Thread.currentThread().interrupt(); in doUncrypt()
514 Thread.currentThread().interrupt(); in waitForUncrypt()
581 Thread.currentThread().interrupt(); in connectSocket()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java106 this.interrupt(); in cancel()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java148 interrupt(); in cancel()