Home
last modified time | relevance | path

Searched defs:waitFor (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DEmailTest.java67 public int waitFor() {return 0;} in waitFor() method in EmailTest.TestProcess
DRunUtilTest.java598 public int waitFor() throws InterruptedException { in waitFor() method in RunUtilTest.FakeProcess
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java126 public int waitFor() throws InterruptedException { in waitFor() method in DeviceManagerTest.MockProcess
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java824 try (CloseableTraceScope waitFor = in flashSystem()