Searched refs:queryForContactId (Results 1 – 2 of 2) sorted by relevance
398 final long contactId = queryForContactId(resolver, rawContactId); in doInBackground()415 private static long queryForContactId(ContentResolver resolver, long rawContactId) { in queryForContactId() method in ConfirmAddDetailActivity.QueryEntitiesTask
273 public static long queryForContactId(ContentResolver cr, long rawContactId) { in queryForContactId() method in ContactsUtils