Home
last modified time | relevance | path

Searched refs:ContactInfoCache (Results 1 – 13 of 13) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DConferenceParticipantListAdapter.java35 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
111 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback {
330 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext); in getView()
438 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext); in updateParticipantInfo()
448 contactCache = ContactInfoCache.buildCacheEntryFromCall(mContext, call, in updateParticipantInfo()
DContactInfoCache.java58 public class ContactInfoCache implements ContactsAsyncHelper.OnImageLoadCompleteListener { class
60 private static final String TAG = ContactInfoCache.class.getSimpleName();
69 private static ContactInfoCache sCache = null;
74 public static synchronized ContactInfoCache getInstance(Context mContext) { in getInstance()
76 sCache = new ContactInfoCache(mContext.getApplicationContext()); in getInstance()
81 private ContactInfoCache(Context context) { in ContactInfoCache() method in ContactInfoCache
98 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation(), in buildCacheEntryFromCall()
237 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId); in findInfoQueryComplete()
DCallCardPresenter.java40 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
41 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
239 mPrimaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(mContext, mPrimary, in onStateChange()
256 mSecondaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(mContext, mSecondary, in onStateChange()
523 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext); in startContactInfoSearch()
DStatusBarNotifier.java38 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
39 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
61 private final ContactInfoCache mContactInfoCache;
72 public StatusBarNotifier(Context context, ContactInfoCache contactInfoCache) { in StatusBarNotifier()
DInCallServiceImpl.java64 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind()
DVideoCallPresenter.java177 private ContactInfoCache.ContactCacheEntry mProfileInfo = null;
1232 mProfileInfo = new ContactInfoCache.ContactCacheEntry(); in loadProfilePhotoAsync()
DInCallPresenter.java93 private ContactInfoCache mContactInfoCache;
204 ContactInfoCache contactInfoCache, in setUp()
DCallerInfoUtils.java84 ContactInfoCache.getInstance(context).maybeInsertCnapInformationIntoCache(context, call, in buildCallerInfo()
DCallCardFragment.java748 photo = ContactInfoCache.getInstance( in setDrawableToImageView()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java27 import com.android.dialer.contactinfo.ContactInfoCache;
28 import com.android.dialer.contactinfo.ContactInfoCache.OnContactInfoChangedListener;
217 private static final class TestContactInfoCache extends ContactInfoCache {
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java56 import com.android.dialer.contactinfo.ContactInfoCache;
57 import com.android.dialer.contactinfo.ContactInfoCache.OnContactInfoChangedListener;
101 protected ContactInfoCache mContactInfoCache;
314 mContactInfoCache = new ContactInfoCache( in CallLogAdapter()
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactInfoCache.java42 public class ContactInfoCache { class
138 public ContactInfoCache(ContactInfoHelper contactInfoHelper, in ContactInfoCache() method in ContactInfoCache
/packages/apps/InCallUI/tests/src/com/android/incallui/
DInCallPresenterTest.java39 @Mock private ContactInfoCache mContactInfoCache;