Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java478 CharSequence numberFormattedLabel = null; in getCallTypeOrLocation() local
485 numberFormattedLabel = details.geocode; in getCallTypeOrLocation()
489 numberFormattedLabel = in getCallTypeOrLocation()
495 if (!TextUtils.isEmpty(details.namePrimary) && TextUtils.isEmpty(numberFormattedLabel)) { in getCallTypeOrLocation()
496 numberFormattedLabel = details.displayNumber; in getCallTypeOrLocation()
498 return numberFormattedLabel; in getCallTypeOrLocation()