Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/util/
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()
255 RuntimeEnvironment.application, createAudioTrackInfo("eng", -1), false)); in testAudioTrackCount()
259 RuntimeEnvironment.application, createAudioTrackInfo("eng", 0), false)); in testAudioTrackCount()
263 RuntimeEnvironment.application, createAudioTrackInfo("eng", 1), false)); in testAudioTrackCount()
267 RuntimeEnvironment.application, createAudioTrackInfo("eng", 2), false)); in testAudioTrackCount()
271 RuntimeEnvironment.application, createAudioTrackInfo("eng", 3), false)); in testAudioTrackCount()
[all …]