Searched refs:tempActions (Results 1 – 1 of 1) sorted by relevance
612 List<Action> tempActions = new ArrayList<>(); in createActionItems() local617 addIfShouldShowAction(tempActions, new EmergencyAffordanceAction()); in createActionItems()628 addIfShouldShowAction(tempActions, shutdownAction); in createActionItems()630 addIfShouldShowAction(tempActions, mAirplaneModeOn); in createActionItems()633 addIfShouldShowAction(tempActions, new BugReportAction()); in createActionItems()637 addIfShouldShowAction(tempActions, mSilentModeAction); in createActionItems()641 addUserActions(tempActions, currentUser.get()); in createActionItems()644 addIfShouldShowAction(tempActions, getSettingsAction()); in createActionItems()647 addIfShouldShowAction(tempActions, new LockDownAction()); in createActionItems()650 addIfShouldShowAction(tempActions, getVoiceAssistAction()); in createActionItems()[all …]