Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DTvOptionsRowAdapter.java77 actionList.add(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION); in createBaseActions()
102 notifyItemChanged(getItemPosition(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION)); in updateActions()
126 return MenuAction.setEnabled(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION, enabled) in updateMultiAudioAction()
127 | updateActionDescription(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION); in updateMultiAudioAction()
DMenuAction.java44 public static final MenuAction SELECT_AUDIO_LANGUAGE_ACTION = field in MenuAction
/packages/apps/TV/tests/unit/src/com/android/tv/menu/
DTvOptionsRowAdapterTest.java91 .that(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION.isEnabled()) in testUpdateAudioAction_2tracks()
109 .that(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION.isEnabled()) in testUpdateAudioAction_1track()
128 .that(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION.isEnabled()) in testUpdateAudioAction_noTracks()