Home | History | Annotate | Download | only in dialer

Lines Matching refs:number

43     /** The maximum number of icons will be shown to represent the call types in a group. */
72 // Display up to a given number of icons.
81 // Show the total call count only if there are more than the maximum number of icons.
105 mPhoneNumberHelper.getDisplayNumber(details.number,
110 || mPhoneNumberUtilsWrapper.isVoicemailNumber(details.number)) {
116 // We have a real phone number as "nameView" so make it always LTR
139 // Only show a label if the number is shown and it is not a SIP address.
140 if (!TextUtils.isEmpty(details.number)
141 && !PhoneNumberUtils.isUriNumber(details.number.toString())) {
169 mPhoneNumberHelper.getDisplayNumber(details.number, details.numberPresentation,