Searched refs:shutdownAction (Results 1 – 2 of 2) sorted by relevance
636 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local638 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()639 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()642 if (shutdownAction.length() > 1) { in performPendingShutdown()643 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()
601 ShutDownAction shutdownAction = new ShutDownAction(); in createActionItems() local620 addIfShouldShowAction(tempActions, shutdownAction); in createActionItems()665 if (tempActions.contains(shutdownAction) && tempActions.contains(restartAction) in createActionItems()669 tempActions.indexOf(shutdownAction)); in createActionItems()670 tempActions.remove(shutdownAction); in createActionItems()672 mPowerItems.add(shutdownAction); in createActionItems()