Searched defs:mAccountKey (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DMessagingController.java220 long mAccountKey; field in class:MessagingController.LocalMailboxInfo
226 mAccountKey = c.getLong(COLUMN_ACCOUNT_KEY);
322 box.mAccountKey = account.mId;
1448 sentinel.mAccountKey = oldMessage.mAccountKey;
1733 EmailContent.Account.restoreAccountWithId(mContext, message.mAccountKey);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxList.java332 private long mAccountKey; field in class:MailboxList.LoadMailboxesTask
338 mAccountKey = accountId;
347 new String[] { String.valueOf(mAccountKey) },
H A DMessageList.java556 mController.updateMailbox(mailbox.mAccountKey, mMailboxId, mControllerCallback);
566 MailboxList.actionHandleAccount(this, mailbox.mAccountKey);
588 return mailbox.mAccountKey;
1189 private long mAccountKey; field in class:MessageList.LoadMessagesTask
1196 mAccountKey = accountKey;
1222 } else if (mMailboxKey >= 0 && mAccountKey != -1) {
1223 MailService.resetNewMessageCount(MessageList.this, mAccountKey);
/packages/apps/Email/src/com/android/email/provider/
H A DEmailContent.java541 public long mAccountKey; field in class:EmailContent.Message
623 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
670 mAccountKey = c.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1926 public long mAccountKey; field in class:EmailContent.Mailbox
2054 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
2075 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
2160 public long mAccountKey; // DEPRECATED - Will not be set or stored field in class:EmailContent.HostAuth
2223 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
2237 values.put(HostAuthColumns.ACCOUNT_KEY, mAccountKey);
2399 dest.writeLong(mAccountKey);
[all...]

Completed in 15 milliseconds