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

  /packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java 134 private ContactInfoHelper mContactInfoHelper;
140 mContactInfoHelper = contactInfoHelper;
193 final ContactInfo info = mContactInfoHelper.lookupNumber(number, countryIso);
222 mContactInfoHelper.updateCallLogContactInfo(number, countryIso, info, callLogInfo);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 156 mHasReportMenuOption = mContactInfoHelper.canReportAsInvalid(
167 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType);
210 private ContactInfoHelper mContactInfoHelper;
260 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this));
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 95 private final ContactInfoHelper mContactInfoHelper;
305 mContactInfoHelper = contactInfoHelper;
313 mContactInfoHelper, mOnContactInfoChangedListener);
481 final ContactInfo cachedContactInfo = mContactInfoHelper.getContactInfo(c);
566 isVoicemailNumber, mContactInfoHelper.isBusiness(info.sourceType));

Completed in 33 milliseconds