Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java59 Set<String> existingChannelIds = getAllExistingChannelIds(context); in initChannels() local
61 if (desiredChannelIds.equals(existingChannelIds)) { in initChannels()
70 "NotificationChannelManager.initChannels", "existing channel IDs: " + existingChannelIds); in initChannels()
76 for (String existingChannelId : existingChannelIds) { in initChannels()
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt157 val existingChannelIds = getAllExistingChannelIds(nm) in updateNotificationChannels() constant
158 for (id in existingChannelIds) { in updateNotificationChannels()