HomeSort by relevance Sort by last modified time
    Searched refs:mAccountId (Results 26 - 39 of 39) sorted by null

12

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 323 private final long mAccountId;
330 mAccountId = accountId;
338 Account account = Utility.findExistingAccount(mContext, mAccountId,
  /packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java 39 public long mAccountId;
ShortcutPickerFragment.java 234 private final long mAccountId;
239 mAccountId = accountId;
261 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
UIControllerOnePane.java 301 return mListContext.mAccountId;
350 openMailbox(mListContext.mAccountId, mListContext.getMailboxId());
358 switchAccount(mListContext.mAccountId, true /* force show inbox */);
MessageOrderManager.java 357 mContext, mListContext.mAccountId, mListContext.getMailboxId()),
MessageViewFragmentBase.java 141 private long mAccountId = Account.NO_ACCOUNT;
479 return mAccountId;
775 Uri attachmentUri = AttachmentUtilities.getAttachmentUri(mAccountId, attachment.mId);
840 Intent intent = info.getAttachmentIntent(mContext, mAccountId);
    [all...]
MailboxListFragment.java 629 private final long mAccountId;
640 mAccountId = accountId;
663 nextHighlightedId = Mailbox.findMailboxOfType(mContext, mAccountId,
    [all...]
MessageListItem.java 57 /* package */ long mAccountId;
MessageListFragment.java 266 return mListContext.mAccountId;
316 long accountId = listContext.mAccountId;
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java     [all...]
Controller.java 474 * @param message the message (must have the mAccountId set).
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 145 parser.mAccountId = mAccount.mId;
371 parser.mAccountId = mAccount.mId;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 145 parser.mAccountId = mAccount.mId;
371 parser.mAccountId = mAccount.mId;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java     [all...]

Completed in 1792 milliseconds

12