Searched refs:StructuredNameQuery (Results 1 – 2 of 2) sorted by relevance
161 public static class StructuredNameQuery { class in ContactUtil434 StructuredNameQuery.PROJECTION, selection, selectionArgs, null); in lookupStructuredName()
805 private interface StructuredNameQuery { interface in ContactsDatabaseHelper2843 Cursor cursor = db.query(StructuredNameQuery.TABLE, StructuredNameQuery.COLUMNS, in insertStructuredNameLookup()2844 StructuredNameQuery.SELECTION, new String[] {String.valueOf(mimeTypeId)}, in insertStructuredNameLookup()2848 long dataId = cursor.getLong(StructuredNameQuery.ID); in insertStructuredNameLookup()2849 long rawContactId = cursor.getLong(StructuredNameQuery.RAW_CONTACT_ID); in insertStructuredNameLookup()2850 String name = cursor.getString(StructuredNameQuery.DISPLAY_NAME); in insertStructuredNameLookup()