Searched refs:RawContactsQuery (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java44 interface RawContactsQuery { interface in class:DataRowHandlerForGroupMembership
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
198 accountIdOrNull = c.getLong(RawContactsQuery.ACCOUNT_ID);
H A DContactsProvider2.java461 interface RawContactsQuery { interface in class:ContactsProvider2
4326 Cursor cursor = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
4330 previousDeleted = cursor.getInt(RawContactsQuery.DELETED);
4331 accountId = cursor.getLong(RawContactsQuery.ACCOUNT_ID);
4332 oldAccountType = cursor.getString(RawContactsQuery.ACCOUNT_TYPE);
4333 oldAccountName = cursor.getString(RawContactsQuery.ACCOUNT_NAME);
4334 oldDataSet = cursor.getString(RawContactsQuery.DATA_SET);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java381 RawContactsQuery.SQL_FORMAT_BY_RAW_CONTACT_ID,
385 RawContactsQuery.SQL_FORMAT_BY_CONTACT_ID,
1715 private interface RawContactsQuery { interface in class:ContactAggregator
1869 long rawContactId = c.getLong(RawContactsQuery.RAW_CONTACT_ID);
1875 String accountType = c.getString(RawContactsQuery.ACCOUNT_TYPE);
1876 String dataSet = c.getString(RawContactsQuery.DATA_SET);
1882 String displayName = c.getString(RawContactsQuery.DISPLAY_NAME);
1883 int displayNameSource = c.getInt(RawContactsQuery.DISPLAY_NAME_SOURCE);
1884 int nameVerified = c.getInt(RawContactsQuery.NAME_VERIFIED);
1890 if (!c.isNull(RawContactsQuery
[all...]

Completed in 47 milliseconds