Home
last modified time | relevance | path

Searched refs:shutdownAction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java574 ShutDownAction shutdownAction = new ShutDownAction(); in createActionItems() local
593 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()
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java924 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local
926 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()