Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DLabelComparator.java30 public int compare(String titleA, String titleB) { in compare() argument
35 boolean bStartsWithLetter = (titleB.length() > 0) && in compare()
36 Character.isLetterOrDigit(titleB.codePointAt(0)); in compare()
44 return mCollator.compare(titleA, titleB); in compare()