Searched refs:StructuredNameQuery (Results 1 – 2 of 2) sorted by relevance
161 public static class StructuredNameQuery { class in ContactUtil400 StructuredNameQuery.PROJECTION, selection, selectionArgs, null); in lookupStructuredName()
768 private interface StructuredNameQuery { interface in ContactsDatabaseHelper3557 Cursor cursor = db.query(StructuredNameQuery.TABLE, StructuredNameQuery.COLUMNS, in insertStructuredNameLookup()3558 StructuredNameQuery.SELECTION, new String[] {String.valueOf(mimeTypeId)}, in insertStructuredNameLookup()3562 long dataId = cursor.getLong(StructuredNameQuery.ID); in insertStructuredNameLookup()3563 long rawContactId = cursor.getLong(StructuredNameQuery.RAW_CONTACT_ID); in insertStructuredNameLookup()3564 String name = cursor.getString(StructuredNameQuery.DISPLAY_NAME); in insertStructuredNameLookup()