Searched refs:shutdownAction (Results 1 – 1 of 1) sorted by relevance
349 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local351 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()352 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()355 if (shutdownAction.length() > 1) { in performPendingShutdown()356 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()