Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java113 result.addAll(VoicemailChannelUtils.getAllChannelIds(context)); in getAllDesiredChannelIds()
DVoicemailChannelUtils.java52 static Set<String> getAllChannelIds(@NonNull Context context) { in getAllChannelIds() method in VoicemailChannelUtils