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

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupNamesTests.java 40 private long mAccountId;
68 EmailContent.Account.CONTENT_URI, mAccountId);
131 mAccountId = mAccount.mId;
134 i.putExtra(EXTRA_ACCOUNT_ID, mAccountId);
AccountSettingsTests.java 40 private long mAccountId;
69 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
157 mAccountId = mAccount.mId;
160 i.putExtra(EXTRA_ACCOUNT_ID, mAccountId);
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 35 private long mAccountId;
47 EmailContent.Account.CONTENT_URI, mAccountId);
82 mAccountId = mAccount.mId;
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderListItem.java 33 public long mAccountId;
69 if (mAdapter.isOnDeletingAccountView(mAccountId)) {
MailboxList.java 84 private long mAccountId;
127 mAccountId = getIntent().getLongExtra(EXTRA_ACCOUNT_ID, -1);
128 if (mAccountId != -1) {
129 mLoadMailboxesTask = new LoadMailboxesTask(mAccountId);
142 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
290 controller.updateMailbox(mAccountId, mailboxId, mControllerCallback);
292 controller.updateMailboxList(mAccountId, mControllerCallback);
302 AccountSettings.actionSettings(this, mAccountId);
310 MessageCompose.actionCompose(this, mAccountId);
431 if (mAccountId == -1 || mListAdapter.getCursor() == null)
    [all...]
MessageListItem.java 35 public long mAccountId;
MessageList.java 533 onDelete(info.id, itemView.mAccountId);
    [all...]
AccountFolderList.java 400 private final long mAccountId;
404 mAccountId = accountId;
416 EmailContent.Account.CONTENT_URI, mAccountId);
772 MailboxList.actionHandleAccount(mContext, itemView.mAccountId);
    [all...]
MessageView.java 138 private long mAccountId;
550 return MessageCompose.actionCompose(MessageView.this, url, mAccountId);
746 mAccountId, mControllerCallback);
755 mAccountId, mControllerCallback);
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
FolderSyncParser.java 85 private long mAccountId;
92 mAccountId = mAccount.mId;
93 mAccountIdAsString = Long.toString(mAccountId);
115 new String[] {Long.toString(mAccountId)});
117 SyncManager.stopNonAccountMailboxSyncsForAccount(mAccountId);
167 mAccountId, mMailbox.mId);
211 m.mAccountKey = mAccountId;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNames.java 210 private long mAccountId;
213 mAccountId = accountId;
219 ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId),
241 AccountSetupNames.this, mAccountId);
AccountSettings.java 76 private long mAccountId = -1;
111 mAccountId = i.getLongExtra(EXTRA_ACCOUNT_ID, -1);
115 if (mAccountId == -1) {
120 mAccount = Account.restoreAccountWithId(this, mAccountId);
310 mAccountId = c.getLong(0);
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 692 long mAccountId;
699 mAccountId = account.mId;
    [all...]

Completed in 436 milliseconds