Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java120 long channelId = cursor.getLong(0); in tearDown() local
141 private static ContentValues createDummyProgramValues(long channelId) { in createDummyProgramValues()
190 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel()
226 long channelId = ContentUris.parseId(rowUri); in testChannelsTable() local
315 public void verifyProgramsTable(Uri programsUri, long channelId) { in verifyProgramsTable()
350 long channelId = ContentUris.parseId(channelUri); in testProgramsTable() local
352 verifyProgramsTable(TvContract.buildProgramsUriForChannel(channelId), channelId); in testProgramsTable() local
353 verifyProgramsTable(TvContract.buildProgramsUriForChannel(channelUri), channelId); in testProgramsTable() local
357 long channelId, Uri channelUri) { in verifyOverlap()
379 long channelId = ContentUris.parseId(channelUri); in testProgramsScheduleOverlap() local
DTvViewTest.java214 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
381 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local