Searched refs:EARLY_REBOOT (Results 1 – 1 of 1) sorted by relevance
189 private static final String EARLY_REBOOT = "Too early to call shutdown() or reboot()"; field in TestDevice1287 if (result.getStdout().contains(EARLY_REBOOT) in doAdbFrameworkReboot()1288 || result.getStderr().contains(EARLY_REBOOT)) { in doAdbFrameworkReboot()