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