HomeSort by relevance Sort by last modified time
    Searched full:contactlookup (Results 1 - 2 of 2) sorted by null

  /platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DialerJankTests.java 196 Cursor contactLookup = getInstrumentation().getContext().getContentResolver().query(
205 if (contactLookup != null && contactLookup.getCount() > 0) {
206 contactLookup.moveToNext();
207 if (contactLookup.getString(contactLookup.getColumnIndex(
212 if (contactLookup != null) {
213 contactLookup.close();
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java 232 + "contactLookup: %s, "
    [all...]

Completed in 84 milliseconds