Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java411 String customLabelL = (String) lhs.loadCustomLabel(getContext()); in compare() local
413 if (!TextUtils.equals(customLabelL, customLabelR)) { in compare()
414 customLabelL = customLabelL == null ? "" : customLabelL; in compare()
416 return customLabelL.compareToIgnoreCase(customLabelR); in compare()