Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java58 Set<String> desiredChannelIds = getAllDesiredChannelIds(context); in initChannels() local
61 if (desiredChannelIds.equals(existingChannelIds)) { in initChannels()
68 "NotificationChannelManager.initChannels", "desired channel IDs: " + desiredChannelIds); in initChannels()
77 if (!desiredChannelIds.contains(existingChannelId)) { in initChannels()