Searched refs:tempActions (Results 1 – 1 of 1) sorted by relevance
600 List<Action> tempActions = new ArrayList<>(); in createActionItems() local616 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 …]