Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DDeviceManager.java38 private static final int REBOOT_DELAY = 5 * 1000; // 5 seconds field in DeviceManager
312 Thread.sleep(REBOOT_DELAY); in rebootDevice()