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

/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java126 public void sendMessage(int subId, String callingPkg, Uri contentUri, String locationUrl,
132 public void downloadMessage(int subId, String callingPkg, String locationUrl,
333 String locationUrl, Bundle configOverrides, PendingIntent sentIntent)
344 getServiceGuarded().sendMessage(subId, callingPkg, contentUri, locationUrl,
349 public void downloadMessage(int subId, String callingPkg, String locationUrl, argument
363 getServiceGuarded().downloadMessage(subId, callingPkg, locationUrl, contentUri,
332 sendMessage(int subId, String callingPkg, Uri contentUri, String locationUrl, Bundle configOverrides, PendingIntent sentIntent) argument
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java1150 * @param locationUrl the optional location url where message should be sent to
1157 public void sendMultimediaMessage(Context context, Uri contentUri, String locationUrl, argument
1169 locationUrl, configOverrides, sentIntent);
1179 * @param locationUrl the location URL of the MMS message to be downloaded, usually obtained
1186 * @throws IllegalArgumentException if locationUrl or contentUri is empty
1188 public void downloadMultimediaMessage(Context context, String locationUrl, Uri contentUri, argument
1190 if (TextUtils.isEmpty(locationUrl)) {
1202 getSubscriptionId(), ActivityThread.currentPackageName(), locationUrl,

Completed in 680 milliseconds