Home | History | Annotate | Download | only in adapter

Lines Matching defs:mAccountId

147     long mAccountId;
181 mAccountId = mAccount.mId;
182 mAccountIdAsString = Long.toString(mAccountId);
193 mAccountId = mAccount.mId;
194 mAccountIdAsString = Long.toString(mAccountId);
218 if (mAccountId > 0) {
220 ContentUris.withAppendedId(EmailContent.ACCOUNT_CHECK_URI, mAccountId),
224 LogUtils.w(TAG, "Duplicate mailboxes found for account %d: %d", mAccountId,
300 mAccountId, mailboxId);
428 cv.put(MailboxColumns.ACCOUNT_KEY, mAccountId);
785 if (mAccountId == EmailContent.NOT_SAVED) {