Searched refs:actionList (Results 1 – 3 of 3) 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()
284 final List<NotificationCompat.Action> actionList = new ArrayList<>(); in buildNotificationActions() local291 actionList.add( in buildNotificationActions()308 actionList.add( in buildNotificationActions()315 return actionList; in buildNotificationActions()
428 final List<Action> actionList = new ArrayList<>(); in getNotificationActions() local435 actionList.add( in getNotificationActions()453 actionList.add( in getNotificationActions()460 return actionList; in getNotificationActions()