OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numberformattedlabel
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java
99
CharSequence
numberFormattedLabel
= getCallTypeOrLocation(details);
121
labelText = TextUtils.isEmpty(
numberFormattedLabel
) ? numberText :
122
numberFormattedLabel
;
138
CharSequence
numberFormattedLabel
= null;
143
numberFormattedLabel
= details.geocode;
145
numberFormattedLabel
= Phone.getTypeLabel(mResources, details.numberType,
149
return
numberFormattedLabel
;
Completed in 443 milliseconds