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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DQuickResponse.java46 private long mAccountKey; field in class:QuickResponse
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);
H A DMailbox.java47 public long mAccountKey; field in class:Mailbox
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();
H A DEmailContent.java711 public long mAccountKey; field in class:EmailContent.Message
823 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
863 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1143 public long mAccountKey; field in class:EmailContent.Attachment
1294 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1314 values.put(AttachmentColumns.ACCOUNT_KEY, mAccountKey);
1340 dest.writeLong(mAccountKey);
1365 mAccountKey = in.readLong();
1395 + mFlags + ", " + mContentBytes + ", " + mAccountKey + "," + mUiState + ","
/packages/apps/Email/src/com/android/email/
H A DAttachmentInfo.java72 public final long mAccountKey; field in class:AttachmentInfo
86 attachment.mAccountKey, attachment.mFlags);
96 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
106 mAccountKey = accountKey;

Completed in 38 milliseconds