Searched refs:rhsLabel (Results 1 – 1 of 1) sorted by relevance
375 String rhsLabel = rhs.activityName.toString(); in compare() local376 return lhsLabel.toLowerCase().compareTo(rhsLabel.toLowerCase()); in compare()