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

  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 95 private final ContactInfoHelper mContactInfoHelper;
237 mContactInfoHelper = contactInfoHelper;
360 final ContactInfo info = mContactInfoHelper.lookupNumber(number, countryIso);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 112 private ContactInfoHelper mContactInfoHelper;
275 mContactInfoHelper = new ContactInfoHelper(this, ContactsUtils.getCurrentCountryIso(this));
620 ? mContactInfoHelper.lookupNumber(number, countryIso)
    [all...]

Completed in 558 milliseconds