Home
last modified time | relevance | path

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

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java120 long channelId = cursor.getLong(0); in tearDown() local
122 TvContract.buildProgramsUriForChannel(channelId), null, null); in tearDown()
141 private static ContentValues createDummyProgramValues(long channelId) { in createDummyProgramValues() argument
143 values.put(TvContract.Programs.COLUMN_CHANNEL_ID, channelId); in createDummyProgramValues()
190 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel() argument
196 assertEquals(channelId, cursor.getLong(cursor.getColumnIndex(TvContract.Channels._ID))); in verifyChannel()
226 long channelId = ContentUris.parseId(rowUri); in testChannelsTable() local
227 Uri channelUri = TvContract.buildChannelUri(channelId); in testChannelsTable()
228 verifyChannel(channelUri, values, channelId); in testChannelsTable()
236 verifyChannel(channelUri, values, channelId); in testChannelsTable()
[all …]
DTvViewTest.java214 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
215 Uri channelUri = TvContract.buildChannelUri(channelId); in tryTuneAllChannels()
381 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local
382 Uri channelUri = TvContract.buildChannelUri(channelId); in testOnUnhandledInputEventListener()
/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
DTvProviderPerfTest.java231 long channelId = ContentUris.parseId(channelUri); in testPrograms()
234 values.put(Programs.COLUMN_CHANNEL_ID, channelId); in testPrograms()