Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/menu/
DTvOptionsRowAdapterTest.java68 waitUntilAudioTrackSelected(ChannelState.DEFAULT.getSelectedAudioTrackId()); in setUp()
86 waitUntilAudioTrackSelected(Constants.EN_STEREO_AUDIO_TRACK.getId()); in testUpdateAudioAction_2tracks()
104 waitUntilAudioTrackSelected(Constants.GENERIC_AUDIO_TRACK.getId()); in testUpdateAudioAction_1track()
163 private void waitUntilAudioTrackSelected(String trackId) { in waitUntilAudioTrackSelected() method in TvOptionsRowAdapterTest