Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java162 private int mRebootWaitTimeMSec = 2 * 60 * 1000; field in CtsTest
764 Thread.sleep(mRebootWaitTimeMSec); in rebootDevice()