Home
last modified time | relevance | path

Searched refs:StructuredNameQuery (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3195 private static final class StructuredNameQuery { class in ContactsDatabaseHelper
3247 Cursor cursor = db.query(StructuredNameQuery.TABLE, StructuredNameQuery.COLUMNS, in insertStructuredNameLookup()
3248 StructuredNameQuery.SELECTION, new String[] {String.valueOf(mimeTypeId)}, in insertStructuredNameLookup()
3252 long dataId = cursor.getLong(StructuredNameQuery.ID); in insertStructuredNameLookup()
3253 long rawContactId = cursor.getLong(StructuredNameQuery.RAW_CONTACT_ID); in insertStructuredNameLookup()
3254 String name = cursor.getString(StructuredNameQuery.DISPLAY_NAME); in insertStructuredNameLookup()