Home
last modified time | relevance | path

Searched defs:interrupt (Results 1 – 6 of 6) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/rule/
DInterruptRuleTest.java56 InterruptItem interrupt = new InterruptItem(); in testInterruptAnalysis() local
75 InterruptItem interrupt = new InterruptItem(); in testNoSignificantInterruptAnalysis() local
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DInterruptParserTest.java46 InterruptItem interrupt = new InterruptParser().parse(inputBlock); in testInterruptParser() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandInterrupter.java106 public void interrupt(@Nonnull Thread thread, @Nonnull String message) { in interrupt() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java314 public void interrupt(Thread thread, String message); in interrupt() method
DRunUtil.java509 public synchronized void interrupt(Thread thread, String message) { in interrupt() method in RunUtil
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1246 public void interrupt() { in interrupt() method in DeviceManager.FastbootMonitor