Searched defs:channelsUri (Results 1 – 2 of 2) sorted by relevance
105 private void verifyChannelQuery(Uri channelsUri, int expectedCount, boolean expectedException) { in verifyChannelQuery()118 private void verifyChannelUpdate(Uri channelsUri, ContentValues values, in verifyChannelUpdate()133 private void verifyChannelDelete(Uri channelsUri, int expectedCount, in verifyChannelDelete()
71 Uri channelsUri = TvContract.buildChannelsUriForInput(inputId); in updateChannels() local