Searched refs:customLabelL (Results 1 – 1 of 1) sorted by relevance
411 String customLabelL = (String) lhs.loadCustomLabel(getContext()); in compare() local413 if (!TextUtils.equals(customLabelL, customLabelR)) { in compare()414 customLabelL = customLabelL == null ? "" : customLabelL; in compare()416 return customLabelL.compareToIgnoreCase(customLabelR); in compare()