Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java91 .setContentIntent(newVoicemailIntent(context, null)); in showNotifications()
227 builder.setContentIntent(newVoicemailIntent(context, voicemail)); in createNotificationForVoicemail()
267 private static PendingIntent newVoicemailIntent( in newVoicemailIntent() method in VisualVoicemailNotifier