Searched refs:shutdownAction (Results 1 – 1 of 1) sorted by relevance
555 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local557 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()558 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()561 if (shutdownAction.length() > 1) { in performPendingShutdown()562 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()