Searched refs:ContactInfoCache (Results 1 - 5 of 5) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DContactInfoCache.java48 public class ContactInfoCache implements ContactsAsyncHelper.OnImageLoadCompleteListener { class in inherits:ContactsAsyncHelper.OnImageLoadCompleteListener
50 private static final String TAG = ContactInfoCache.class.getSimpleName();
58 private static ContactInfoCache sCache = null;
60 public static synchronized ContactInfoCache getInstance(Context mContext) {
62 sCache = new ContactInfoCache(mContext.getApplicationContext());
67 private ContactInfoCache(Context context) { method in class:ContactInfoCache
82 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation(),
186 mContext, cacheEntry.displayPhotoUri, ContactInfoCache.this, callId);
H A DConferenceManagerPresenter.java24 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
110 final ContactCacheEntry contactCache = ContactInfoCache.getInstance(mContext).
H A DCallCardPresenter.java40 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
41 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
201 mPrimaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(mContext, mPrimary,
214 mSecondaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(mContext, mSecondary,
375 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext);
H A DStatusBarNotifier.java35 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
36 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
91 private final ContactInfoCache mContactInfoCache;
100 public StatusBarNotifier(Context context, ContactInfoCache contactInfoCache) {
H A DInCallPresenter.java79 private ContactInfoCache mContactInfoCache;
184 mContactInfoCache = ContactInfoCache.getInstance(context);

Completed in 83 milliseconds