Searched refs:shutdownAction (Results 1 – 2 of 2) sorted by relevance
609 ShutDownAction shutdownAction = new ShutDownAction(); in createActionItems() local628 addIfShouldShowAction(tempActions, shutdownAction); in createActionItems()680 if (tempActions.contains(shutdownAction) && tempActions.contains(restartAction) in createActionItems()684 tempActions.indexOf(shutdownAction)); in createActionItems()685 tempActions.remove(shutdownAction); in createActionItems()687 mPowerItems.add(shutdownAction); in createActionItems()
993 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local995 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()996 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()999 if (shutdownAction.length() > 1) { in performPendingShutdown()1000 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()