Home | History | Annotate | Download | only in sms

Lines Matching refs:contentLocation

84      * @param contentLocation The url of the MMS message
90 final byte[] transactionId, final String contentLocation, final int status)
95 final Uri messageUri = Uri.parse(contentLocation);
100 MmsConfig.get(subId).getNotifyWapMMSC() ? contentLocation : null,
112 * @param contentLocation The url of the MMS message
117 final byte[] transactionId, final String contentLocation)
124 final Uri messageUri = Uri.parse(contentLocation);
129 MmsConfig.get(subId).getNotifyWapMMSC() ? contentLocation : null,
243 * @param contentLocation The url of the MMS message
248 final String contentLocation, Bundle extras) throws MmsFailureException,
250 final Uri requestUri = Uri.parse(contentLocation);
267 MmsManager.downloadMultimediaMessage(subId, context, contentLocation, contentUri,