Searched defs:customLabel (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DContactDisplayUtils.java61 * @param customLabel A custom label to use if the phone is determined to be of custom type
68 public static CharSequence getLabelForCallOrSms(Integer type, CharSequence customLabel, argument
73 return (customLabel == null) ? "" : customLabel;
/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DContactDisplayUtils.java57 * @param customLabel A custom label to use if the phone is determined to be of custom type
65 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) {
69 return (customLabel == null) ? "" : customLabel;
64 getLabelForCallOrSms( Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) argument
/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java276 Context context, int presentation, String customLabel) {
278 if (!TextUtils.isEmpty(customLabel)
281 name = customLabel;
275 getPresentationString( Context context, int presentation, String customLabel) argument

Completed in 113 milliseconds