Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DTvOptionsRowAdapter.java71 List<MenuAction> actionList = new ArrayList<>(); in createBaseActions() local
72 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()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java284 final List<NotificationCompat.Action> actionList = new ArrayList<>(); in buildNotificationActions() local
291 actionList.add( in buildNotificationActions()
308 actionList.add( in buildNotificationActions()
315 return actionList; in buildNotificationActions()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java428 final List<Action> actionList = new ArrayList<>(); in getNotificationActions() local
435 actionList.add( in getNotificationActions()
453 actionList.add( in getNotificationActions()
460 return actionList; in getNotificationActions()