Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DViewNumbersToImportAdapter.java26 import com.android.dialer.calllog.ContactInfoHelper;
33 ContactInfoHelper contactInfoHelper, in ViewNumbersToImportAdapter()
43 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
DBlockedNumbersAdapter.java27 import com.android.dialer.calllog.ContactInfoHelper;
37 ContactInfoHelper contactInfoHelper, in BlockedNumbersAdapter()
47 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
DNumbersAdapter.java36 import com.android.dialer.calllog.ContactInfoHelper;
43 private ContactInfoHelper mContactInfoHelper;
50 ContactInfoHelper contactInfoHelper, in NumbersAdapter()
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactPhotoLoader.java33 import com.android.dialer.calllog.ContactInfoHelper;
103 ContactInfoHelper helper = in createLetterTileDrawable()
104 new ContactInfoHelper(mContext, GeoUtil.getCurrentCountryIso(mContext)); in createLetterTileDrawable()
DContactInfoCache.java24 import com.android.dialer.calllog.ContactInfoHelper;
134 private ContactInfoHelper mContactInfoHelper;
138 public ContactInfoCache(ContactInfoHelper contactInfoHelper, in ContactInfoCache()
/packages/apps/Dialer/src/com/android/dialerbind/
DObjectFactory.java25 import com.android.dialer.calllog.ContactInfoHelper;
78 ContactInfoHelper contactInfoHelper, in newCallLogAdapter()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java100 ContactInfoHelper fakeContactInfoHelper = in setUp()
101 new ContactInfoHelper(getContext(), TEST_COUNTRY_ISO) { in setUp()
831 ContactInfoHelper fakeContactInfoHelper = in setUpArchiveAdapter()
832 new ContactInfoHelper(getContext(), TEST_COUNTRY_ISO) { in setUpArchiveAdapter()
849 ContactInfoHelper contactInfoHelper, int mActivity) { in TestCallLogAdapter()
889 ContactInfoHelper contactInfoHelper, OnContactInfoChangedListener listener) { in TestContactInfoCache()
DContactInfoHelperTest.java46 private ContactInfoHelper mContactInfoHelper;
58 mContactInfoHelper = new ContactInfoHelper(mContext, TEST_COUNTRY_ISO); in setUp()
DCallLogNotificationsHelperTest.java38 private final ContactInfoHelper mContactInfoHelper = mock(ContactInfoHelper.class);
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogNotificationsHelper.java58 new ContactInfoHelper(context, countryIso), in getInstance()
67 private final ContactInfoHelper mContactInfoHelper;
71 NameLookupQuery nameLookupQuery, ContactInfoHelper contactInfoHelper, in CallLogNotificationsHelper()
DContactInfoHelper.java52 public class ContactInfoHelper { class
53 private static final String TAG = ContactInfoHelper.class.getSimpleName();
61 public ContactInfoHelper(Context context, String currentCountryIso) { in ContactInfoHelper() method in ContactInfoHelper
DCallLogAdapter.java103 private final ContactInfoHelper mContactInfoHelper;
262 ContactInfoHelper contactInfoHelper, in CallLogAdapter()
504 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(c); in bindCallLogListViewHolder()
DCallLogAsyncTaskUtil.java204 ContactInfoHelper contactInfoHelper = in getPhoneCallDetailsForUri()
205 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in getPhoneCallDetailsForUri()
DCallLogFragment.java310 new ContactInfoHelper(getActivity(), currentCountryIso), in setupView()
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailArchiveActivity.java34 import com.android.dialer.calllog.ContactInfoHelper;
98 new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)), in onCreate()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfoAsyncQuery.java41 import com.android.dialer.calllog.ContactInfoHelper;
373 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber); in startDefaultDirectoryQuery()
442 Uri uri = ContactInfoHelper.getContactInfoLookupUri(info.phoneNumber, directoryId); in startOtherDirectoriesQuery()
DCallerInfo.java43 import com.android.dialer.calllog.ContactInfoHelper;
324 info.nameAlternative = ContactInfoHelper.lookUpDisplayNameAlternative( in getCallerInfo()
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java55 import com.android.dialer.calllog.ContactInfoHelper;
216 private ContactInfoHelper mContactInfoHelper;
251 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)); in onCreate()
/packages/apps/Dialer/tests/src/com/android/dialer/contactinfo/
DContactPhotoLoaderTest.java35 import com.android.dialer.calllog.ContactInfoHelper;