Searched refs:LookupByRawContactIdQuery (Results 1 – 1 of 1) sorted by relevance
7752 private interface LookupByRawContactIdQuery { interface in ContactsProvider27781 Cursor c = db.query(LookupByRawContactIdQuery.TABLE, LookupByRawContactIdQuery.COLUMNS, in lookupContactIdByRawContactIds()7786 LookupByRawContactIdQuery.ACCOUNT_TYPE_AND_DATA_SET); in lookupContactIdByRawContactIds()7787 String accountName = c.getString(LookupByRawContactIdQuery.ACCOUNT_NAME); in lookupContactIdByRawContactIds()7790 String rawContactId = c.getString(LookupByRawContactIdQuery.ID); in lookupContactIdByRawContactIds()7795 segment.contactId = c.getLong(LookupByRawContactIdQuery.CONTACT_ID); in lookupContactIdByRawContactIds()