Searched refs:buildCaptionTrackForTesting (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/ |
H A D | MainActivityRoboTest.java | 126 buildCaptionTrackForTesting("EN subtitle 1", "EN"), in testFindBestCaptionTrack_bestTrackMatch() 127 buildCaptionTrackForTesting("EN subtitle 2", "EN"), in testFindBestCaptionTrack_bestTrackMatch() 128 buildCaptionTrackForTesting("FR subtitle 1", "FR"), in testFindBestCaptionTrack_bestTrackMatch() 141 buildCaptionTrackForTesting("EN subtitle 1", "EN"), in testFindBestCaptionTrack_selectedLanguageMatch() 142 buildCaptionTrackForTesting("EN subtitle 2", "EN"), in testFindBestCaptionTrack_selectedLanguageMatch() 143 buildCaptionTrackForTesting("FR subtitle 1", "FR"), in testFindBestCaptionTrack_selectedLanguageMatch() 156 buildCaptionTrackForTesting("EN subtitle 1", "EN"), in testFindBestCaptionTrack_preferredLanguageMatch() 157 buildCaptionTrackForTesting("EN subtitle 2", "EN"), in testFindBestCaptionTrack_preferredLanguageMatch() 158 buildCaptionTrackForTesting("FR subtitle 1", "FR"), in testFindBestCaptionTrack_preferredLanguageMatch() 171 buildCaptionTrackForTesting("EN subtitle 1", "EN"), in testFindBestCaptionTrack_higherPriorityPreferredLanguageMatch() [all …]
|