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

/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsManager.java156 * @param downloadedIntent the pending intent for returning results
159 Uri contentUri, PendingIntent downloadedIntent) {
164 getConfigOverrides(subId), downloadedIntent);
167 new DownloadRequest(locationUrl, contentUri, downloadedIntent));
158 downloadMultimediaMessage(int subId, Context context, String locationUrl, Uri contentUri, PendingIntent downloadedIntent) argument
/packages/services/Mms/src/com/android/mms/service/
H A DDownloadRequest.java62 Uri contentUri, PendingIntent downloadedIntent, String creator,
66 mDownloadedIntent = downloadedIntent;
61 DownloadRequest(RequestManager manager, int subId, String locationUrl, Uri contentUri, PendingIntent downloadedIntent, String creator, Bundle configOverrides, Context context) argument

Completed in 71 milliseconds