Home
last modified time | relevance | path

Searched refs:contactLookup (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DDialerJankTests.java193 Cursor contactLookup = getInstrumentation().getContext().getContentResolver().query( in doesContactExist() local
202 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()