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

/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java125 public void sendMessage(int subId, String callingPkg, Uri contentUri, String locationUrl,
131 public void downloadMessage(int subId, String callingPkg, String locationUrl,
332 String locationUrl, Bundle configOverrides, PendingIntent sentIntent)
343 getServiceGuarded().sendMessage(subId, callingPkg, contentUri, locationUrl,
348 public void downloadMessage(int subId, String callingPkg, String locationUrl, argument
362 getServiceGuarded().downloadMessage(subId, callingPkg, locationUrl, contentUri,
331 sendMessage(int subId, String callingPkg, Uri contentUri, String locationUrl, Bundle configOverrides, PendingIntent sentIntent) argument
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java1114 * @param locationUrl the optional location url where message should be sent to
1121 public void sendMultimediaMessage(Context context, Uri contentUri, String locationUrl, argument
1133 locationUrl, configOverrides, sentIntent);
1143 * @param locationUrl the location URL of the MMS message to be downloaded, usually obtained
1150 * @throws IllegalArgumentException if locationUrl or contentUri is empty
1152 public void downloadMultimediaMessage(Context context, String locationUrl, Uri contentUri, argument
1154 if (TextUtils.isEmpty(locationUrl)) {
1166 getSubscriptionId(), ActivityThread.currentPackageName(), locationUrl,

Completed in 95 milliseconds