Searched refs:ContactInfoCache (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 66 private final ContactInfoCache mContactInfoCache; 74 @NonNull Context context, @NonNull ContactInfoCache contactInfoCache) { in ExternalCallNotifier() 159 new ContactInfoCache.ContactInfoCacheCallback() { in showNotifcation() 162 String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation() 172 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation() 214 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in savePhoto() 227 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in saveContactInfo() 334 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getLargeIconToDisplay() 384 ContactInfoCache.ContactCacheEntry contactInfo, in getContentTitle() 414 private String getPersonReference(ContactInfoCache.ContactCacheEntry contactInfo, Call call) { in getPersonReference()
|
D | ConferenceParticipantListAdapter.java | 40 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 218 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in getView() 348 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in updateParticipantInfo() 359 ContactInfoCache.buildCacheEntryFromCall( in updateParticipantInfo() 429 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback {
|
D | ContactInfoCache.java | 75 public class ContactInfoCache implements OnImageLoadCompleteListener { class 77 private static final String TAG = ContactInfoCache.class.getSimpleName(); 79 private static ContactInfoCache sCache = null; 124 private ContactInfoCache(Context context) { in ContactInfoCache() method in ContactInfoCache 129 public static synchronized ContactInfoCache getInstance(Context mContext) { in getInstance() 131 sCache = new ContactInfoCache(mContext.getApplicationContext()); in getInstance() 142 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation()); in buildCacheEntryFromCall() 478 ContactInfoCache.this, in updateCallerInfoInCacheOnAnyThread()
|
D | CallCardPresenter.java | 57 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 58 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback; 309 ContactInfoCache.buildCacheEntryFromCall( in onStateChange() 326 ContactInfoCache.buildCacheEntryFromCall( in onStateChange() 533 return ContactInfoCache.getInstance(mContext).getDefaultContactPhotoDrawable(); in getDefaultContactPhotoDrawable() 546 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext); in startContactInfoSearch()
|
D | InCallServiceImpl.java | 67 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind()
|
D | StatusBarNotifier.java | 77 import com.android.incallui.ContactInfoCache.ContactCacheEntry; 78 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback; 113 private final ContactInfoCache mContactInfoCache; 126 public StatusBarNotifier(@NonNull Context context, @NonNull ContactInfoCache contactInfoCache) { in StatusBarNotifier()
|
D | CallerInfoUtils.java | 118 ContactInfoCache.getInstance(context).maybeInsertCnapInformationIntoCache(context, call, info); in buildCallerInfo()
|
D | InCallPresenter.java | 112 private ContactInfoCache mContactInfoCache; 313 ContactInfoCache contactInfoCache, in setUp()
|
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 47 public class ContactInfoCache { class 63 private final WeakReference<ContactInfoCache> contactInfoCacheWeakReference; 65 public InnerHandler(WeakReference<ContactInfoCache> contactInfoCacheWeakReference) { in InnerHandler() 71 ContactInfoCache reference = contactInfoCacheWeakReference.get(); in handleMessage() 87 public ContactInfoCache( in ContactInfoCache() method in ContactInfoCache
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogFragment.java | 47 import com.android.dialer.app.contactinfo.ContactInfoCache; 48 import com.android.dialer.app.contactinfo.ContactInfoCache.OnContactInfoChangedListener; 100 private ContactInfoCache mContactInfoCache; 309 new ContactInfoCache( in setupData()
|
D | CallLogAdapter.java | 60 import com.android.dialer.app.contactinfo.ContactInfoCache; 129 private ContactInfoCache mContactInfoCache; 362 ContactInfoCache contactInfoCache, in CallLogAdapter()
|
/packages/apps/Dialer/java/com/android/dialer/app/legacybindings/ |
D | DialerLegacyBindings.java | 24 import com.android.dialer.app.contactinfo.ContactInfoCache; 44 ContactInfoCache contactInfoCache, in newCallLogAdapter()
|
D | DialerLegacyBindingsStub.java | 24 import com.android.dialer.app.contactinfo.ContactInfoCache; 38 ContactInfoCache contactInfoCache, in newCallLogAdapter()
|