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

/packages/apps/Email/provider_src/com/android/email/
H A DAttachmentInfo.java79 public final long mAccountKey; field in class:AttachmentInfo
93 attachment.mAccountKey, attachment.mFlags);
103 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
113 mAccountKey = accountKey;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java162 public long mAccountKey; field in class:Mailbox
493 box.mAccountKey = accountId;
583 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
608 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
764 = mAccountKey;
813 dest.writeLong(mAccountKey);
838 mAccountKey = in.readLong();
H A DEmailContent.java898 public long mAccountKey; field in class:EmailContent.Message
1016 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
1055 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1367 public long mAccountKey; field in class:EmailContent.Attachment
1557 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1578 values.put(AttachmentColumns.ACCOUNT_KEY, mAccountKey);
1605 dest.writeLong(mAccountKey);
1631 mAccountKey = in.readLong();
1662 + mAccountKey + "," + mUiState + "," + mUiDestination + ","

Completed in 81 milliseconds