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

1 23

  /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/Email/src/com/android/email/provider/
EmailProvider.java 337 public static final String MESSAGE_URI_PARAMETER_MAILBOX_ID = "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 697 public void syncMailboxStatus(long mailboxId, int statusCode, int progress)
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 412 Notification createNewMessageNotification(long accountId, long mailboxId, long messageId,
444 intent = Welcome.createOpenMessageIntent(mContext, accountId, mailboxId, messageId);
629 Handler handler, Context context, long mailboxId, long accountId) {
632 mMailboxId = mailboxId;
    [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);
ProviderTests.java 156 private int getMessageCount(long mailboxId) {
158 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
384 private int getUnreadCount(long mailboxId) {
392 new String[] { String.valueOf(mailboxId) },
    [all...]
  /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);
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 395 milliseconds

1 23