Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications()
218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
DLegacyVoicemailNotifier.java131 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)) in createNotification()
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java91 public static String getVoicemailChannelId( in getVoicemailChannelId() method in NotificationChannelManager
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailSettingsFragment.java483 NotificationChannelManager.getVoicemailChannelId(getContext(), phoneAccountHandle); in getNotificationSettingsIntent()