Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
H A DChannelScanFragment.java208 Channel existingChannel = i.next(); in updateChannels() local
209 if (networkId2newChannel.containsKey(existingChannel.getOriginalNetworkId())) { in updateChannels()
212 networkId2newChannel.remove(existingChannel.getOriginalNetworkId()); in updateChannels()
214 TvContractCompat.buildChannelUri(existingChannel.getId()), in updateChannels()
223 for (Channel existingChannel : existingChannels) { in updateChannels()
224 cr.delete(TvContractCompat.buildChannelUri(existingChannel.getId()), null, null); in updateChannels()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2245 NotificationChannel existingChannel = in testUpdateChannelNotifyCreatorUnblock() local
2251 .thenReturn(existingChannel); in testUpdateChannelNotifyCreatorUnblock()
2267 NotificationChannel existingChannel = in testUpdateChannelNoNotifyCreatorOtherChanges() local
2273 .thenReturn(existingChannel); in testUpdateChannelNoNotifyCreatorOtherChanges()