Searched refs:actionList (Results 1 – 2 of 2) sorted by relevance
71 List<MenuAction> actionList = new ArrayList<>(); in createBaseActions() local72 actionList.add(MenuAction.SELECT_CLOSED_CAPTION_ACTION); in createBaseActions()73 actionList.add(MenuAction.SELECT_DISPLAY_MODE_ACTION); in createBaseActions()75 actionList.add(MenuAction.SYSTEMWIDE_PIP_ACTION); in createBaseActions()77 actionList.add(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION); in createBaseActions()79 actionList.add(MenuAction.MORE_CHANNELS_ACTION); in createBaseActions()82 actionList.add(MenuAction.DEV_ACTION); in createBaseActions()84 actionList.add(MenuAction.SETTINGS_ACTION); in createBaseActions()90 return actionList; in createBaseActions()
292 final List<NotificationCompat.Action> actionList = new ArrayList<>(); in buildNotificationActions() local299 actionList.add( in buildNotificationActions()316 actionList.add( in buildNotificationActions()323 return actionList; in buildNotificationActions()