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;
34 ContactInfoHelper contactInfoHelper, in ViewNumbersToImportAdapter()
44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
DBlockedNumbersAdapter.java29 import com.android.dialer.phonenumbercache.ContactInfoHelper;
38 ContactInfoHelper contactInfoHelper, in BlockedNumbersAdapter()
48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
DNumbersAdapter.java34 import com.android.dialer.phonenumbercache.ContactInfoHelper;
43 private final ContactInfoHelper contactInfoHelper;
50 ContactInfoHelper contactInfoHelper, in NumbersAdapter()
/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(context, GeoUtil.getCurrentCountryIso(context)); in createLetterTileDrawable()
DContactInfoCache.java29 import com.android.dialer.phonenumbercache.ContactInfoHelper;
55 private final ContactInfoHelper contactInfoHelper;
91 @NonNull ContactInfoHelper contactInfoHelper, in ContactInfoCache()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java44 import com.android.dialer.phonenumbercache.ContactInfoHelper;
61 private final ContactInfoHelper contactInfoHelper;
67 ContactInfoHelper contactInfoHelper, in CallLogNotificationsQueryHelper()
82 new ContactInfoHelper(context, countryIso), in getInstance()
DCallLogFragment.java72 import com.android.dialer.phonenumbercache.ContactInfoHelper;
338 new ContactInfoHelper(getActivity(), currentCountryIso), in setupData()
DCallLogAdapter.java92 import com.android.dialer.phonenumbercache.ContactInfoHelper;
952 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java38 import com.android.dialer.phonenumbercache.ContactInfoHelper;
127 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()
207 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()
DCallerInfo.java36 import com.android.dialer.phonenumbercache.ContactInfoHelper;
307 ContactInfoHelper.lookUpDisplayNameAlternative( in getCallerInfo()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java52 public class ContactInfoHelper { class
54 private static final String TAG = ContactInfoHelper.class.getSimpleName();
60 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper() method in ContactInfoHelper