HomeSort by relevance Sort by last modified time
    Searched defs:mAccountKey (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
MailboxList.java 332 private long mAccountKey;
338 mAccountKey = accountId;
347 new String[] { String.valueOf(mAccountKey) },
MessageList.java 556 mController.updateMailbox(mailbox.mAccountKey, mMailboxId, mControllerCallback);
566 MailboxList.actionHandleAccount(this, mailbox.mAccountKey);
588 return mailbox.mAccountKey;
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 219 final long mAccountKey;
225 mAccountKey = c.getLong(COLUMN_ACCOUNT_KEY);
321 box.mAccountKey = account.mId;
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 541 public long mAccountKey;
623 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
670 mAccountKey = c.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
    [all...]

Completed in 71 milliseconds