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.java196 Cursor contactLookup = getInstrumentation().getContext().getContentResolver().query( in doesContactExist() local
205 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()