Searched defs:pendingIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsRequest.java104 final PendingIntent pendingIntent) {
107 mPendingIntent = pendingIntent;
103 MmsRequest(final String locationUrl, final Uri pduUri, final PendingIntent pendingIntent) argument
/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java351 PendingIntent pendingIntent =
368 .setContentIntent(pendingIntent)
386 if (!sendNotificationCustomComponent(vmCount, vmNumber, pendingIntent,
414 * @param pendingIntent The intent that should be passed as the action to be taken.
420 PendingIntent pendingIntent, boolean isSettingsIntent) {
439 if (pendingIntent != null) {
443 pendingIntent);
419 sendNotificationCustomComponent(Integer count, String number, PendingIntent pendingIntent, boolean isSettingsIntent) argument

Completed in 122 milliseconds