Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java600 List<Action> tempActions = new ArrayList<>(); in createActionItems() local
616 addIfShouldShowAction(tempActions, shutdownAction); in createActionItems()
618 addIfShouldShowAction(tempActions, mAirplaneModeOn); in createActionItems()
629 addUserActions(tempActions, currentUser.get()); in createActionItems()
642 addIfShouldShowAction(tempActions, restartAction); in createActionItems()
666 if (tempActions.contains(shutdownAction) && tempActions.contains(restartAction) in createActionItems()
667 && tempActions.size() > getMaxShownPowerItems()) { in createActionItems()
670 tempActions.indexOf(shutdownAction)); in createActionItems()
671 tempActions.remove(shutdownAction); in createActionItems()
672 tempActions.remove(restartAction); in createActionItems()
[all …]