Searched refs:mPrimaryContactInfo (Results 1 – 1 of 1) sorted by relevance
84 private ContactCacheEntry mPrimaryContactInfo; field in CallCardPresenter174 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 …]