Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvTrackInfoUtilsTest.java49 private static final String UN_MATCHED_ID = "no matching ID"; field in TvTrackInfoUtilsTest
74 TvTrackInfo result = getBestTrackInfo(Collections.emptyList(), UN_MATCHED_ID, "en", 1); in testGetBestTrackInfo_empty()
86 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, "en", 5); in testGetBestTrackInfo_langAndChannelCountMatch()
92 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, "fr", 1); in testGetBestTrackInfo_languageOnlyMatch()
101 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, null, 8); in testGetBestTrackInfo_channelCountOnlyMatchWithNullLanguage_23()
111 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, null, 8); in testGetBestTrackInfo_channelCountOnlyMatchWithNullLanguage()
117 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, "kr", 1); in testGetBestTrackInfo_noMatches()
126 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, null, 0); in testGetBestTrackInfo_noMatchesWithNullLanguage_23()
136 TvTrackInfo result = getBestTrackInfo(allTracks, UN_MATCHED_ID, null, 0); in testGetBestTrackInfo_noMatchesWithNullLanguage()