Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemHelper.java180 final CharSequence typeOrLocation = phoneCallDetailsHelper.getCallTypeOrLocation(details); in getCallDescription() local
207 typeOrLocation == null ? "" : typeOrLocation, in getCallDescription()