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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
QuickResponse.java 46 private long mAccountKey;
71 mAccountKey = in.readLong();
79 mAccountKey = accountKey;
91 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
102 values.put(QuickResponseColumns.ACCOUNT_KEY, mAccountKey);
175 mAccountKey == that.mAccountKey;
180 return Objects.hashCode(mId, mText, mAccountKey);
198 dest.writeLong(mAccountKey);
Mailbox.java 47 public long mAccountKey;
256 box.mAccountKey = accountId;
318 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
345 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
530 String protocol = Account.getProtocol(context, mAccountKey);
557 = mAccountKey;
610 dest.writeLong(mAccountKey);
637 mAccountKey = in.readLong();
EmailContent.java 708 public long mAccountKey;
    [all...]
  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 72 public final long mAccountKey;
86 attachment.mAccountKey, attachment.mFlags);
96 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
106 mAccountKey = accountKey;

Completed in 143 milliseconds