Searched refs:LookupByRawContactIdQuery (Results 1 – 1 of 1) sorted by relevance
7678 private interface LookupByRawContactIdQuery { interface in ContactsProvider27707 Cursor c = db.query(LookupByRawContactIdQuery.TABLE, LookupByRawContactIdQuery.COLUMNS, in lookupContactIdByRawContactIds()7712 LookupByRawContactIdQuery.ACCOUNT_TYPE_AND_DATA_SET); in lookupContactIdByRawContactIds()7713 String accountName = c.getString(LookupByRawContactIdQuery.ACCOUNT_NAME); in lookupContactIdByRawContactIds()7716 String rawContactId = c.getString(LookupByRawContactIdQuery.ID); in lookupContactIdByRawContactIds()7721 segment.contactId = c.getLong(LookupByRawContactIdQuery.CONTACT_ID); in lookupContactIdByRawContactIds()