Home
last modified time | relevance | path

Searched refs:rebootThread (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestFuncTest.java147 Thread rebootThread = new Thread() { in testRun_deviceReboot() local
163 rebootThread.start(); in testRun_deviceReboot()
DInstrumentationTestFuncTest.java213 Thread rebootThread = in testRun_deviceReboot() local
229 rebootThread.setName("InstrumentationTestFuncTest#testRun_deviceReboot"); in testRun_deviceReboot()
230 rebootThread.start(); in testRun_deviceReboot()
245 rebootThread.join(WAIT_FOR_DEVICE_AVAILABLE); in testRun_deviceReboot()