HomeSort by relevance Sort by last modified time
    Searched refs:addMessageToUri (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 339 public static Uri addMessageToUri(ContentResolver resolver,
342 return addMessageToUri(SubscriptionManager.getDefaultSmsSubscriptionId(),
361 public static Uri addMessageToUri(int subId, ContentResolver resolver,
364 return addMessageToUri(subId, resolver, uri, address, body, subject,
383 public static Uri addMessageToUri(ContentResolver resolver,
386 return addMessageToUri(SubscriptionManager.getDefaultSmsSubscriptionId(),
407 public static Uri addMessageToUri(int subId, ContentResolver resolver,
411 Rlog.v(TAG,"Telephony addMessageToUri sub id: " + subId);
526 return addMessageToUri(SubscriptionManager.getDefaultSmsSubscriptionId(),
545 return addMessageToUri(subId, resolver, CONTENT_URI, address, body
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]

Completed in 608 milliseconds