Searched refs:LookupByRawContactIdQuery (Results 1 – 1 of 1) sorted by relevance
8251 private interface LookupByRawContactIdQuery { interface in ContactsProvider28280 Cursor c = db.query(LookupByRawContactIdQuery.TABLE, LookupByRawContactIdQuery.COLUMNS, in lookupContactIdByRawContactIds()8285 LookupByRawContactIdQuery.ACCOUNT_TYPE_AND_DATA_SET); in lookupContactIdByRawContactIds()8286 String accountName = c.getString(LookupByRawContactIdQuery.ACCOUNT_NAME); in lookupContactIdByRawContactIds()8289 String rawContactId = c.getString(LookupByRawContactIdQuery.ID); in lookupContactIdByRawContactIds()8294 segment.contactId = c.getLong(LookupByRawContactIdQuery.CONTACT_ID); in lookupContactIdByRawContactIds()