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()
799 private interface StructuredNameQuery { interface in ContactsDatabaseHelper2867 Cursor cursor = db.query(StructuredNameQuery.TABLE, StructuredNameQuery.COLUMNS, in insertStructuredNameLookup()2868 StructuredNameQuery.SELECTION, new String[] {String.valueOf(mimeTypeId)}, in insertStructuredNameLookup()2872 long dataId = cursor.getLong(StructuredNameQuery.ID); in insertStructuredNameLookup()2873 long rawContactId = cursor.getLong(StructuredNameQuery.RAW_CONTACT_ID); in insertStructuredNameLookup()2874 String name = cursor.getString(StructuredNameQuery.DISPLAY_NAME); in insertStructuredNameLookup()