Searched refs:EXTRA_NEW_VOICEMAIL_URI (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogNotificationsService.java32 * may include an optional extra {@link #EXTRA_NEW_VOICEMAIL_URI}, containing the URI of the new
46 * May include an optional extra {@link #EXTRA_NEW_VOICEMAIL_URI}.
57 public static final String EXTRA_NEW_VOICEMAIL_URI = "NEW_VOICEMAIL_URI"; field in class:CallLogNotificationsService
76 Uri voicemailUri = (Uri) intent.getParcelableExtra(EXTRA_NEW_VOICEMAIL_URI);
H A DCallLogReceiver.java40 CallLogNotificationsService.EXTRA_NEW_VOICEMAIL_URI, intent.getData());

Completed in 771 milliseconds