Searched refs:contactLookup (Results 1 – 1 of 1) sorted by relevance
193 Cursor contactLookup = getInstrumentation().getContext().getContentResolver().query( in doesContactExist() local202 if (contactLookup != null && contactLookup.getCount() > 0) { in doesContactExist()203 contactLookup.moveToNext(); in doesContactExist()204 if (contactLookup.getString(contactLookup.getColumnIndex( in doesContactExist()209 if (contactLookup != null) { in doesContactExist()210 contactLookup.close(); in doesContactExist()