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

  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 29 import android.provider.Telephony.Mms.Sent;
85 Uri uri = persister.move(mReadReportURI, Sent.CONTENT_URI);
SendTransaction.java 39 import android.provider.Telephony.Mms.Sent;
56 * <li>Moves sent multimedia message from Outbox to Sent.
133 // with the sent one.
161 // Move M-Send.req from Outbox into Sent.
162 Uri uri = persister.move(mSendReqURI, Sent.CONTENT_URI);
  /frameworks/base/core/java/android/provider/
Telephony.java 92 * The date the message was sent
347 * Contains all sent text based SMS messages in the SMS app's.
349 public static final class Sent implements BaseColumns, TextBasedSmsColumns {
354 Uri.parse("content://sms/sent");
379 * Contains all sent text based SMS messages in the SMS app's.
461 * Contains all sent text-based SMS messages in the SMS app's.
629 * telephony framework. This intent is sent in lieu of any
683 * The date the message was sent.
917 * The previously-sent-by of the message.
923 * The previously-sent-date of the message
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 241 Sms.Sent.addMessage(mContentResolver, address, body, null, date);
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 194 MESSAGE_BOX_MAP.put(Mms.Sent.CONTENT_URI, Mms.MESSAGE_BOX_SENT);
    [all...]

Completed in 415 milliseconds