Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java84 private ContactCacheEntry mPrimaryContactInfo; field in CallCardPresenter
174 if (mPrimaryContactInfo != null) { in onUiReady()
203 mPrimaryContactInfo = null; in onUiUnready()
275 mPrimaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(mContext, mPrimary, in onStateChange()
431 || (mPrimaryContactInfo == null ? false in updatePrimaryCallState()
432 : mPrimaryContactInfo.userType == ContactsUtils.USER_TYPE_WORK); in updatePrimaryCallState()
630 mPrimaryContactInfo.locationAddress = entry.locationAddress; in onContactInteractionsInfoComplete()
643 if (mPrimary != null && mPrimaryContactInfo != null in updateContactInteractions()
644 && (mPrimaryContactInfo.locationAddress != null in updateContactInteractions()
645 || mPrimaryContactInfo.openingHours != null)) { in updateContactInteractions()
[all …]