Home
last modified time | relevance | path

Searched defs:interrupt (Results 1 – 4 of 4) 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/tradefederation/core/src/com/android/tradefed/util/
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
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1172 public void interrupt() { in interrupt() method in DeviceManager.FastbootMonitor