Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java577 List<Action> tempActions = new ArrayList<>(); in createActionItems() local
593 addIfShouldShowAction(tempActions, shutdownAction); in createActionItems()
595 addIfShouldShowAction(tempActions, mAirplaneModeOn); in createActionItems()
606 addUserActions(tempActions, currentUser.get()); in createActionItems()
619 addIfShouldShowAction(tempActions, restartAction); in createActionItems()
641 if (tempActions.contains(shutdownAction) && tempActions.contains(restartAction) in createActionItems()
642 && tempActions.size() > getMaxShownPowerItems()) { in createActionItems()
645 tempActions.indexOf(shutdownAction)); in createActionItems()
646 tempActions.remove(shutdownAction); in createActionItems()
647 tempActions.remove(restartAction); in createActionItems()
[all …]