Searched refs:contactLookup (Results 1 – 1 of 1) sorted by relevance
196 Cursor contactLookup = getInstrumentation().getContext().getContentResolver().query( in doesContactExist() local205 if (contactLookup != null && contactLookup.getCount() > 0) { in doesContactExist()206 contactLookup.moveToNext(); in doesContactExist()207 if (contactLookup.getString(contactLookup.getColumnIndex( in doesContactExist()212 if (contactLookup != null) { in doesContactExist()213 contactLookup.close(); in doesContactExist()