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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java428 private interface DataContactsQuery { interface in class:ContactsProvider2
3293 cursor = mActiveDb.get().query(DataContactsQuery.TABLE, DataContactsQuery.PROJECTION,
3297 dataId = cursor.getLong(DataContactsQuery.DATA_ID);
3298 rawContactId = cursor.getLong(DataContactsQuery.RAW_CONTACT_ID);
3299 accountType = cursor.getString(DataContactsQuery.ACCOUNT_TYPE);
3300 accountName = cursor.getString(DataContactsQuery.ACCOUNT_NAME);
3301 contactId = cursor.getLong(DataContactsQuery.CONTACT_ID);

Completed in 378 milliseconds