Searched refs:shutdownAction (Results 1 – 1 of 1) sorted by relevance
579 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local581 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()582 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()585 if (shutdownAction.length() > 1) { in performPendingShutdown()586 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()