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

/packages/apps/TV/tests/unit/src/com/android/tv/util/
H A DTvInputManagerHelperTest.java149 String parentId, int type, boolean isHardwareInput, String label, String customLabel,
159 inputWrapper.mCustomLabel = customLabel;
148 createTvInputInfo(ResolveInfo service, String id, String parentId, int type, boolean isHardwareInput, String label, String customLabel, boolean isPartnerInput) argument
/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.java55 * @param customLabel A custom label to use if the phone is determined to be of custom type
63 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) {
67 return (customLabel == null) ? "" : customLabel;
62 getLabelForCallOrSms( Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) argument
/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java279 Context context, int presentation, String customLabel) {
281 if (!TextUtils.isEmpty(customLabel)
284 name = customLabel;
278 getPresentationString( Context context, int presentation, String customLabel) argument

Completed in 103 milliseconds