Home | History | Annotate | Download | only in provider

Lines Matching refs:mAccountKey

673         public long mAccountKey;
777 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
815 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1059 public long mAccountKey;
1203 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1220 values.put(AttachmentColumns.ACCOUNT_KEY, mAccountKey);
1243 dest.writeLong(mAccountKey);
1265 mAccountKey = in.readLong();
1292 + mFlags + ", " + mContentBytes + ", " + mAccountKey + "]";