Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java205 if (shouldShowLocation()) { in onInCallScreenReady()
679 .setShouldShowLocation(shouldShowLocation()) in updatePrimaryDisplayInfo()
716 shouldShowLocationAsLabel(nameIsNumber, primaryContactInfo.shouldShowLocation) in updatePrimaryDisplayInfo()
729 .setShouldShowLocation(shouldShowLocation()) in updatePrimaryDisplayInfo()
748 boolean nameIsNumber, boolean shouldShowLocation) { in shouldShowLocationAsLabel()
752 if (shouldShowLocation) { in shouldShowLocationAsLabel()
759 if (!shouldShowLocation()) { in getLocationFragment()
766 private boolean shouldShowLocation() { in shouldShowLocation() method in CallCardPresenter
DContactInfoCache.java271 cce.shouldShowLocation = info.shouldShowGeoDescription; in populateCacheEntry()
723 boolean shouldShowLocation; field in ContactInfoCache.ContactCacheEntry
768 + shouldShowLocation in toString()
901 entry.shouldShowLocation = oldEntry.shouldShowLocation; in onPhoneNumberInfoComplete()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DPrimaryInfo.java65 public abstract boolean shouldShowLocation(); in shouldShowLocation() method in PrimaryInfo
113 public abstract Builder setShouldShowLocation(boolean shouldShowLocation); in setShouldShowLocation() argument
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java133 private boolean shouldShowLocation(PhoneCallDetails details) { in shouldShowLocation() method in PhoneCallDetailsHelper
484 if (shouldShowLocation(details)) { in getCallTypeOrLocation()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java470 if (primaryInfo.shouldShowLocation()) { in updateDeviceNumberRow()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallFragment.java277 if (primaryInfo.shouldShowLocation()) { in setPrimary()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java578 if (primaryInfo.shouldShowLocation()) { in updatePrimaryUI()