Searched refs:StructuredNameQuery (Results 1 – 1 of 1) sorted by relevance
3195 private static final class StructuredNameQuery { class in ContactsDatabaseHelper3247 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()