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

  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 99 // Move the message into MMS Outbox.
101 // If the message is already in the outbox (most likely because we created a "primed"
102 // message in the outbox when the user hit send), then we have to manually put an
105 // insert_mms_pending_on_update, when a message is moved from drafts to the outbox.
119 p.move(mMessageUri, Mms.Outbox.CONTENT_URI);
165 PduPersister.getPduPersister(context).persist(readRec, Mms.Outbox.CONTENT_URI, true,
SmsReceiverService.java 46 import android.provider.Telephony.Sms.Outbox;
239 // Inactive messages includes all messages in outbox and queued box.
390 // Some messages may get stuck in the outbox. At this point, they're probably irrelevant
407 * Move all messages that are in the outbox to the queued state
416 getApplicationContext(), getContentResolver(), Outbox.CONTENT_URI,
425 * Move all messages that are in the outbox to the failed state and set them to unread.
436 getApplicationContext(), getContentResolver(), Outbox.CONTENT_URI,
RetryScheduler.java 242 Mms.Outbox.CONTENT_URI, null, Mms._ID + "=" + msgID, null, null);
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 432 public static final class Outbox implements BaseColumns, TextBasedSmsColumns {
437 Uri.parse("content://sms/outbox");
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 154 // Message sizes in Outbox
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 203 MESSAGE_BOX_MAP.put(Mms.Outbox.CONTENT_URI, Mms.MESSAGE_BOX_OUTBOX);
    [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 610 [14:02:29] EAS Parser| FolderDisplayName: Outbox
    [all...]
FolderSyncParserTest2.txt 610 [14:02:29] EAS Parser| FolderDisplayName: Outbox
    [all...]

Completed in 508 milliseconds