Home | History | Annotate | Download | only in provider

Lines Matching defs:mAccountKey

541         public long mAccountKey;
623 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
670 mAccountKey = c.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1926 public long mAccountKey;
2054 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
2075 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
2160 public long mAccountKey; // DEPRECATED - Will not be set or stored
2223 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
2237 values.put(HostAuthColumns.ACCOUNT_KEY, mAccountKey);
2399 dest.writeLong(mAccountKey);
2415 mAccountKey = in.readLong();