Searched refs:mRebootReason (Results 1 – 1 of 1) sorted by relevance
69 private static String mRebootReason; field in ShutdownThread186 mRebootReason = reason; in reboot()200 mRebootReason = null; in rebootSafeMode()284 String reason = (mReboot ? "1" : "0") + (mRebootReason != null ? mRebootReason : ""); in run()372 rebootOrShutdown(mReboot, mRebootReason); in run()