Home
last modified time | relevance | path

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

/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DParametersTest.java105 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()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
H A DChannelUtils.java71 Uri channelsUri = TvContract.buildChannelsUriForInput(inputId); in updateChannels() local