/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationsInOutboxTipView.java | 41 * one or more messages in the Outbox. 99 if ((folder.type & UIProvider.FolderType.OUTBOX) > 0) { 109 // This loads all folders in order to find 'Outbox'. We could consider adding a new 126 // Clear the last seen count, so that new messages in Outbox will always cause this 158 // ideal behavior since after a user dismisses an "1 unsent in outbox" tip, 159 // the message stuck in Outbox could get sent, and a new one gets stuck. 163 // in Outbox), the preference is cleared (see {@link onOutboxTotalCount}).
|
ConversationListHelper.java | 44 // Message in outbox teaser view
|
/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,
|
ReadRecTransaction.java | 41 * <li>Loads the read report indication from storage (Outbox). 80 // Load M-read-rec.ind from outbox 100 Log.v(TAG, "Failed to load message from Outbox.", e);
|
SendTransaction.java | 49 * <li>Loads the multimedia message from storage (Outbox). 53 * <li>Moves sent multimedia message from Outbox to Sent. 91 // Load M-Send.req from outbox 157 // Move M-Send.req from Outbox into Sent.
|
MmsPushOutboxMessages.java | 29 * in the outbox.
|
SmsReceiverService.java | 46 import android.provider.Telephony.Sms.Outbox; 247 // Inactive messages includes all messages in outbox and queued box. 399 // Some messages may get stuck in the outbox. At this point, they're probably irrelevant 416 * Move all messages that are in the outbox to the queued state 425 getApplicationContext(), getContentResolver(), Outbox.CONTENT_URI, 434 * Move all messages that are in the outbox to the failed state and set them to unread. 445 getApplicationContext(), getContentResolver(), Outbox.CONTENT_URI,
|
MmsSystemEventReceiver.java | 40 * <li>Resend the MM's in the outbox.</li>
|
SmsSingleRecipientSender.java | 72 "to outbox: " + mUri);
|
/packages/apps/Email/emailcommon/res/values/ |
strings.xml | 26 <!-- Do Not Translate. This is the system name of the "outbox" folder. --> 27 <string name="mailbox_name_server_outbox" translatable="false">Outbox</string>
|
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 75 assertEquals("Outbox", Mailbox.getSystemMailboxName(mContext, Mailbox.TYPE_OUTBOX)); 84 assertEquals("Outbox", Mailbox.getSystemMailboxName(mContext, Mailbox.TYPE_OUTBOX));
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
AccountPreferences.java | 53 * The count reported last time the "X unseen in Outbox" tip was displayed. 55 public static final String LAST_SEEN_OUTBOX_COUNT = "last-seen-outbox-count";
|
/frameworks/base/core/jni/android/graphics/pdf/ |
PdfEditor.cpp | 255 PageBox pageBox, jobject outBox) { 280 env->SetIntField(outBox, gRectClassInfo.left, (int) left); 281 env->SetIntField(outBox, gRectClassInfo.top, (int) top); 282 env->SetIntField(outBox, gRectClassInfo.right, (int) right); 283 env->SetIntField(outBox, gRectClassInfo.bottom, (int) bottom);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IEmailService.aidl | 35 // TODO: For Eas, sync() will also sync the outbox. We should make IMAP and POP work the same
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
PduCache.java | 62 URI_MATCHER.addURI("mms", "outbox", MMS_OUTBOX); 63 URI_MATCHER.addURI("mms", "outbox/#", MMS_OUTBOX_ID);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MailboxUtilities.java | 63 // Outbox, Drafts, and Sent don't allow mail to be moved to them 70 // An example of a mailbox with a null serverId would be an Outbox that we create locally 71 // for hotmail accounts (which don't have a server-based Outbox)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContentObserver.java | 563 // Filter out the intermediate outbox steps [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasFullSyncOperation.java | 283 // Because syncing the outbox uses a single EasOperation for every message, we don't 320 LogUtils.w(TAG, "Aborting outbox sync for error %d", result); 323 // There are several different conditions that can cause outbox syncing to fail, 326 LogUtils.i(TAG, "Outbox sync failed with result %d", result);
|
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
pkg_android.provider.html | 175 <A NAME="Telephony.Mms.Outbox"></A> 176 <nobr><A HREF="../../../../reference/android/provider/Telephony.Mms.Outbox.html" target="_top"><code>Telephony.Mms.Outbox</code></A></nobr> 252 <A NAME="Telephony.Sms.Outbox"></A> 253 <nobr><A HREF="../../../../reference/android/provider/Telephony.Sms.Outbox.html" target="_top"><code>Telephony.Sms.Outbox</code></A></nobr>
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Folder.java | 790 * Return if this is the outbox folder 793 return isType(FolderType.OUTBOX); 830 } else if (isType(FolderType.OUTBOX)) { 831 desc = "outbox"; 868 return (isDraft() || isTrash() || isType(FolderType.OUTBOX)); [all...] |
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
BluetoothMapContract.java | 77 * to push a message to a folder - e.g. outbox or draft. The Bluetooth profile 93 * and e.g. for outbox messages, move them to the sent folder in the message table of the 193 public static final String FOLDER_NAME_OUTBOX = "outbox"; 472 * - inbox, outbox, sent, deleted, draft
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 222 "FOLDER:telecom/msg/outbox\r\n" + 257 msg.setFolder("outbox"); 295 "FOLDER:telecom/msg/outbox\r\n" + 381 "FOLDER:/telecom/msg/outbox\r\n" +
|
/packages/apps/Mms/src/com/android/mms/ |
MmsApp.java | 113 // For Sms: retry to send smses in outbox and queued box
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ComposeMessageActivityTests.java | 167 BoxChecker boxChecker = new BoxChecker(new int[] {4, 2}); // outbox, sent
|
/packages/apps/UnifiedEmail/res/menu/ |
conversation_actions.xml | 54 <!-- Depends on the user viewing a outbox label and the setting supports delete -->
|