Home
last modified time | relevance | path

Searched refs:ContactInfoHelper (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DViewNumbersToImportAdapter.java26 import com.android.dialer.phonenumbercache.ContactInfoHelper;
33 ContactInfoHelper contactInfoHelper, in ViewNumbersToImportAdapter()
43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
DBlockedNumbersAdapter.java30 import com.android.dialer.phonenumbercache.ContactInfoHelper;
37 ContactInfoHelper contactInfoHelper, in BlockedNumbersAdapter()
47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
DNumbersAdapter.java35 import com.android.dialer.phonenumbercache.ContactInfoHelper;
42 private ContactInfoHelper mContactInfoHelper;
49 ContactInfoHelper contactInfoHelper, in NumbersAdapter()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java41 import com.android.dialer.phonenumbercache.ContactInfoHelper;
52 private final ContactInfoHelper mContactInfoHelper;
58 ContactInfoHelper contactInfoHelper, in CallLogNotificationsQueryHelper()
73 new ContactInfoHelper(context, countryIso), in getInstance()
DCallLogFragment.java59 import com.android.dialer.phonenumbercache.ContactInfoHelper;
312 new ContactInfoHelper(getActivity(), currentCountryIso), in setupData()
DCallLogAdapter.java85 import com.android.dialer.phonenumbercache.ContactInfoHelper;
746 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails()
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactPhotoLoader.java34 import com.android.dialer.phonenumbercache.ContactInfoHelper;
117 ContactInfoHelper helper = in createLetterTileDrawable()
118 new ContactInfoHelper(mContext, GeoUtil.getCurrentCountryIso(mContext)); in createLetterTileDrawable()
DContactInfoCache.java28 import com.android.dialer.phonenumbercache.ContactInfoHelper;
54 private final ContactInfoHelper mContactInfoHelper;
89 @NonNull ContactInfoHelper contactInfoHelper, in ContactInfoCache()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java42 import com.android.dialer.phonenumbercache.ContactInfoHelper;
130 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()
207 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()
DCallerInfo.java38 import com.android.dialer.phonenumbercache.ContactInfoHelper;
319 ContactInfoHelper.lookUpDisplayNameAlternative( in getCallerInfo()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java59 public class ContactInfoHelper { class
61 private static final String TAG = ContactInfoHelper.class.getSimpleName();
67 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper() method in ContactInfoHelper