Home
last modified time | relevance | path

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

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