/tools/loganalysis/tests/src/com/android/loganalysis/rule/ |
D | InterruptRuleTest.java | 56 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/ |
D | BackgroundDeviceActionTest.java | 82 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/ |
D | RunUtilTest.java | 242 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/ |
D | Alarm.java | 83 thread.interrupt(); in run()
|
D | IRunUtil.java | 286 public void interrupt(Thread thread, String message); in interrupt() method
|
D | RunUtil.java | 498 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()
|
D | LogcatUpdaterEventParser.java | 254 callingThread.interrupt(); in waitForEventAsync()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | ConsoleTest.java | 88 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/ |
D | BackgroundDeviceAction.java | 122 interrupt(); in cancel()
|
D | DeviceManager.java | 1172 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/ |
D | ScheduledDeviceMetricCollector.java | 70 Thread.currentThread().interrupt(); in onTestRunStart()
|
/tools/tradefederation/core/prod-tests/src/com/android/ota/tests/ |
D | SideloadOtaStabilityTest.java | 455 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/ |
D | Sl4aEventDispatcher.java | 106 this.interrupt(); in cancel()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandFileWatcher.java | 148 interrupt(); in cancel()
|