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

  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
ViewNumbersToImportAdapter.java 26 import com.android.dialer.calllog.ContactInfoHelper;
33 ContactInfoHelper contactInfoHelper,
35 super(context, fragmentManager, contactInfoHelper, contactPhotoManager);
43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
BlockedNumbersAdapter.java 27 import com.android.dialer.calllog.ContactInfoHelper;
37 ContactInfoHelper contactInfoHelper,
39 super(context, fragmentManager, contactInfoHelper, contactPhotoManager);
47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
NumbersAdapter.java 36 import com.android.dialer.calllog.ContactInfoHelper;
43 private ContactInfoHelper mContactInfoHelper;
50 ContactInfoHelper contactInfoHelper,
55 mContactInfoHelper = contactInfoHelper;
  /packages/apps/Dialer/src/com/android/dialerbind/
ObjectFactory.java 25 import com.android.dialer.calllog.ContactInfoHelper;
72 * @param contactInfoHelper Instance of contact info helper class to use.
78 ContactInfoHelper contactInfoHelper,
84 contactInfoHelper,
  /packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java 24 import com.android.dialer.calllog.ContactInfoHelper;
134 private ContactInfoHelper mContactInfoHelper;
138 public ContactInfoCache(ContactInfoHelper contactInfoHelper,
140 mContactInfoHelper = contactInfoHelper;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java 58 new ContactInfoHelper(context, countryIso),
67 private final ContactInfoHelper mContactInfoHelper;
71 NameLookupQuery nameLookupQuery, ContactInfoHelper contactInfoHelper,
76 mContactInfoHelper = contactInfoHelper;
CallLogAsyncTaskUtil.java 204 ContactInfoHelper contactInfoHelper =
205 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context));
212 ContactInfo lookupInfo = contactInfoHelper.lookupNumber(number, countryIso);
CallLogAdapter.java 103 private final ContactInfoHelper mContactInfoHelper;
262 ContactInfoHelper contactInfoHelper,
269 mContactInfoHelper = contactInfoHelper;
504 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(c);
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 100 ContactInfoHelper fakeContactInfoHelper =
101 new ContactInfoHelper(getContext(), TEST_COUNTRY_ISO) {
831 ContactInfoHelper fakeContactInfoHelper =
832 new ContactInfoHelper(getContext(), TEST_COUNTRY_ISO) {
849 ContactInfoHelper contactInfoHelper, int mActivity) {
850 super(context, callFetcher, contactInfoHelper, null,
853 contactInfoHelper, mOnContactInfoChangedListener);
    [all...]

Completed in 153 milliseconds