Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/util/
H A DTvTrackInfoUtilsTest.java231 RuntimeEnvironment.application, createAudioTrackInfo("kor"), false)); in testAudioTrackLanguage()
235 RuntimeEnvironment.application, createAudioTrackInfo("eng"), false)); in testAudioTrackLanguage()
239 RuntimeEnvironment.application, createAudioTrackInfo(null), false)); in testAudioTrackLanguage()
243 RuntimeEnvironment.application, createAudioTrackInfo(""), false)); in testAudioTrackLanguage()
247 RuntimeEnvironment.application, createAudioTrackInfo("abc"), false)); in testAudioTrackLanguage()
259 RuntimeEnvironment.application, createAudioTrackInfo("eng", 0), false)); in testAudioTrackCount()
299 RuntimeEnvironment.application, createAudioTrackInfo("kor", 0), true)); in testShowSampleRate()
303 RuntimeEnvironment.application, createAudioTrackInfo("kor", 8), true)); in testShowSampleRate()
306 private static TvTrackInfo createAudioTrackInfo(String language) { in createAudioTrackInfo() method in TvTrackInfoUtilsTest
307 return createAudioTrackInfo(language, 0); in createAudioTrackInfo()
[all …]