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

  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 116 private ContactInfoHelper mContactInfoHelper;
279 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this));
624 ? mContactInfoHelper.lookupNumber(number, countryIso)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 94 private final ContactInfoHelper mContactInfoHelper;
236 mContactInfoHelper = contactInfoHelper;
359 final ContactInfo info = mContactInfoHelper.lookupNumber(number, countryIso);
    [all...]

Completed in 50 milliseconds