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

  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
ViewNumbersToImportAdapter.java 26 import com.android.dialer.phonenumbercache.ContactInfoHelper;
34 ContactInfoHelper contactInfoHelper,
36 super(context, fragmentManager, contactInfoHelper, contactPhotoManager);
44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
BlockedNumbersAdapter.java 29 import com.android.dialer.phonenumbercache.ContactInfoHelper;
38 ContactInfoHelper contactInfoHelper,
40 super(context, fragmentManager, contactInfoHelper, contactPhotoManager);
48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)),
NumbersAdapter.java 35 import com.android.dialer.phonenumbercache.ContactInfoHelper;
44 private final ContactInfoHelper contactInfoHelper;
51 ContactInfoHelper contactInfoHelper,
56 this.contactInfoHelper = contactInfoHelper;
70 ContactInfo info = contactInfoHelper.lookupNumber(number, countryIso);
102 contactInfoHelper.isBusiness(info.sourceType)
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactPhotoLoader.java 34 import com.android.dialer.phonenumbercache.ContactInfoHelper;
117 ContactInfoHelper helper =
118 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context));
ContactInfoCache.java 29 import com.android.dialer.phonenumbercache.ContactInfoHelper;
55 private final ContactInfoHelper contactInfoHelper;
91 @NonNull ContactInfoHelper contactInfoHelper,
94 this.contactInfoHelper = contactInfoHelper;
164 info = contactInfoHelper.lookupNumber(request.number, request.countryIso);
169 contactInfoHelper.updateFromCequintCallerId(cequintCallerIdManager, info, request.number);
175 if (!contactInfoHelper.hasName(info))
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogNotificationsQueryHelper.java 45 import com.android.dialer.phonenumbercache.ContactInfoHelper;
63 private final ContactInfoHelper contactInfoHelper;
69 ContactInfoHelper contactInfoHelper,
73 this.contactInfoHelper = contactInfoHelper;
84 new ContactInfoHelper(context, countryIso),
216 ContactInfo cachedContactInfo = contactInfoHelper.lookupNumber(number, countryIso);
CallLogFragment.java 72 import com.android.dialer.phonenumbercache.ContactInfoHelper;
336 new ContactInfoHelper(getActivity(), currentCountryIso),
CallLogAdapter.java 92 import com.android.dialer.phonenumbercache.ContactInfoHelper;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfoHelper.java 58 public class ContactInfoHelper {
60 private static final String TAG = ContactInfoHelper.class.getSimpleName();
66 public ContactInfoHelper(Context context, String currentCountryIso) {
226 LogUtil.d("ContactInfoHelper.lookupNumber", "number is empty");
233 LogUtil.d("ContactInfoHelper.lookupNumber", "number is sip");
251 LogUtil.d("ContactInfoHelper.lookupNumber", "lookup failed");
331 LogUtil.d("ContactInfoHelper.lookupContactFromUri", "uri is null");
335 LogUtil.d("ContactInfoHelper.lookupContactFromUri", "no contact permission, return empty");
349 LogUtil.d("ContactInfoHelper.lookupContactFromUri", "phoneLookupCursor is null");
427 LogUtil.d("ContactInfoHelper.queryContactInfoForPhoneNumber", "number is empty")
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoAsyncQuery.java 43 import com.android.dialer.phonenumbercache.ContactInfoHelper;
132 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber);
212 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId);
CallerInfo.java 38 import com.android.dialer.phonenumbercache.ContactInfoHelper;
335 ContactInfoHelper.lookUpDisplayNameAlternative(

Completed in 480 milliseconds