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

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

Completed in 513 milliseconds