Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java189 private static final String EARLY_REBOOT = "Too early to call shutdown() or reboot()"; field in TestDevice
1287 if (result.getStdout().contains(EARLY_REBOOT) in doAdbFrameworkReboot()
1288 || result.getStderr().contains(EARLY_REBOOT)) { in doAdbFrameworkReboot()