Searched refs:ContactInfoCache (Results 1 – 13 of 13) sorted by relevance
/packages/apps/InCallUI/src/com/android/incallui/ |
D | ConferenceParticipantListAdapter.java | 35 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()
|
D | ContactInfoCache.java | 58 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()
|
D | CallCardPresenter.java | 40 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()
|
D | StatusBarNotifier.java | 38 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()
|
D | InCallServiceImpl.java | 64 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind()
|
D | VideoCallPresenter.java | 177 private ContactInfoCache.ContactCacheEntry mProfileInfo = null; 1232 mProfileInfo = new ContactInfoCache.ContactCacheEntry(); in loadProfilePhotoAsync()
|
D | InCallPresenter.java | 93 private ContactInfoCache mContactInfoCache; 204 ContactInfoCache contactInfoCache, in setUp()
|
D | CallerInfoUtils.java | 84 ContactInfoCache.getInstance(context).maybeInsertCnapInformationIntoCache(context, call, in buildCallerInfo()
|
D | CallCardFragment.java | 748 photo = ContactInfoCache.getInstance( in setDrawableToImageView()
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogAdapterTest.java | 27 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/ |
D | CallLogAdapter.java | 56 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/ |
D | ContactInfoCache.java | 42 public class ContactInfoCache { class 138 public ContactInfoCache(ContactInfoHelper contactInfoHelper, in ContactInfoCache() method in ContactInfoCache
|
/packages/apps/InCallUI/tests/src/com/android/incallui/ |
D | InCallPresenterTest.java | 39 @Mock private ContactInfoCache mContactInfoCache;
|