HomeSort by relevance Sort by last modified time
    Searched full:outbox (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /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/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";
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java 24 * outbox
151 tmpFolder.addFolder("outbox"); // root/telecom/msg/outbox
BluetoothMapContentTest.java 172 tmpFolderElement = tmpFolderElement.getSubFolder("outbox");
233 * Create a new message in the database outbox, based on the content of c.
248 // Now insert the empty message into outbox (Maybe it should be draft first, and then a move?)
626 fe.addEmailFolder("Outbox", 100);
    [all...]
BluetoothMapbMessageTest.java 236 "FOLDER:telecom/msg/outbox\r\n" +
271 msg.setFolder("outbox");
309 "FOLDER:telecom/msg/outbox\r\n" +
395 "FOLDER:/telecom/msg/outbox\r\n" +
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 264 PageBox pageBox, jobject outBox) {
289 env->SetIntField(outBox, gRectClassInfo.left, (int) left);
290 env->SetIntField(outBox, gRectClassInfo.top, (int) top);
291 env->SetIntField(outBox, gRectClassInfo.right, (int) right);
292 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/Messaging/src/com/android/messaging/mmslib/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/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);
EasOperation.java 678 * Convenience method for adding a Message to an account's outbox
686 LogUtils.d(LOG_TAG, "No outbox for account %d, creating it", account.mId);
687 final Mailbox outbox = local
689 outbox.save(mContext);
690 mailboxId = outbox.mId;
    [all...]
EasSyncCalendar.java 1082 final Mailbox outbox = local
    [all...]
  /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/Messaging/src/com/android/messaging/datamodel/action/
SendMessageAction.java 316 // 'SENT' even before they actually are. We should technically be using QUEUED or OUTBOX
322 // QUEUED or OUTBOX), and in MmsUtils.insertSendReq (should be OUTBOX).
  /packages/apps/UnifiedEmail/res/menu/
conversation_actions.xml 54 <!-- Depends on the user viewing a outbox label and the setting supports delete -->
conversation_list_selection_actions_menu.xml 50 <!-- Depends on the user viewing a outbox label and the setting supports delete -->
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 43 OUTBOX, // Local folders only - not used in remote Stores
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /packages/apps/UnifiedEmail/res/menu-sw600dp-land/
conversation_actions.xml 54 <!-- Depends on the user viewing a outbox label and the setting supports delete -->
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 136 LogUtils.i(LOG_TAG, "Discard outbox selected from CAB menu");
465 boolean shouldShowDiscardOutbox = mFolder != null && mFolder.isType(FolderType.OUTBOX);
470 final boolean showDelete = mFolder != null && !mFolder.isType(FolderType.OUTBOX)

Completed in 716 milliseconds

1 2 3 4 5 6 7