Searched refs:shutdownAction (Results 1 – 2 of 2) sorted by relevance
574 ShutDownAction shutdownAction = new ShutDownAction(); in createActionItems() local593 addIfShouldShowAction(tempActions, shutdownAction); in createActionItems()641 if (tempActions.contains(shutdownAction) && tempActions.contains(restartAction) in createActionItems()645 tempActions.indexOf(shutdownAction)); in createActionItems()646 tempActions.remove(shutdownAction); in createActionItems()648 mPowerItems.add(shutdownAction); in createActionItems()
924 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local926 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()927 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()930 if (shutdownAction.length() > 1) { in performPendingShutdown()931 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()