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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java899 private interface Organization205Query { interface in class:ContactsDatabaseHelper
3313 Cursor cursor = db.query(Organization205Query.TABLE, Organization205Query.COLUMNS,
3319 long dataId = cursor.getLong(Organization205Query.ID);
3320 long rawContactId = cursor.getLong(Organization205Query.RAW_CONTACT_ID);
3321 String company = cursor.getString(Organization205Query.COMPANY);
3322 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME);

Completed in 54 milliseconds