HomeSort by relevance Sort by last modified time
    Searched refs:mailboxId (Results 51 - 63 of 63) sorted by null

1 23

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 331 * @param mailboxId the mailbox for the messages
334 long mailboxId) {
337 new String[] { Long.toString(mailboxId) }, null);
Utility.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 172 * Note {@code mailboxId} is of the actual mailbox of the message, which is different from
740 final long mailboxId = getMailboxId();
743 } else if (mailboxId > 0 && !mMailbox.canHaveMessagesMoved()) {
754 Long.toString(mailboxId))
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageOrderManagerTest.java 311 public MessageOrderManagerForTest(Context context, long mailboxId, Callback callback) {
312 super(context, MessageListContext.forMailbox(1, mailboxId),
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java 480 private void pushFallback(long mailboxId) {
481 Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, mailboxId);
491 mContentResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
577 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN);
597 pingStatus = ExchangeService.pingStatus(mailboxId);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
MailService.java 620 long mailboxId, int progress, int numNewMessages,
628 if (mailboxId == inboxId) {
640 long mailboxId, int progress, long tag) {
AttachmentDownloadService.java 694 public void syncMailboxStatus(long mailboxId, int statusCode, int progress)
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 433 Notification createNewMessageNotification(long accountId, long mailboxId, Cursor messageCursor,
466 mContext, accountId, mailboxId, newestMessageId);
    [all...]
MessagingController.java 289 long mailboxId = localFolderCursor.getLong(MAILBOX_COLUMN_ID);
302 mContext, accountId, mailboxId);
306 Mailbox.CONTENT_URI, mailboxId);
    [all...]
LegacyConversions.java 78 long accountId, long mailboxId) throws MessagingException {
130 localMessage.mMailboxKey = mailboxId;
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 653 * @param mailboxId the mailbox to populate
656 private void populateAccountMailbox(Account account, long mailboxId, int numAttachments)
662 "msg1a", accountId, mailboxId, false, true, mMockContext);
664 "msg1b", accountId, mailboxId, false, true, mMockContext);
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 71 private int getMessageCount(long mailboxId) {
73 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 311 private long getLastUpdateKey(Context mockContext, long mailboxId) {
314 new String[] { Long.toString(mailboxId) }, null, 0, -1L);

Completed in 656 milliseconds

1 23