Searched refs:existingChannelIds (Results 1 – 2 of 2) sorted by relevance
59 Set<String> existingChannelIds = getAllExistingChannelIds(context); in initChannels() local61 if (desiredChannelIds.equals(existingChannelIds)) { in initChannels()70 "NotificationChannelManager.initChannels", "existing channel IDs: " + existingChannelIds); in initChannels()76 for (String existingChannelId : existingChannelIds) { in initChannels()
157 val existingChannelIds = getAllExistingChannelIds(nm) in updateNotificationChannels() constant158 for (id in existingChannelIds) { in updateNotificationChannels()