Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DCity.java70 public String getIndexString() { return mIndexString; } in getIndexString() method in City
214 result = mNameCollator.compare(c1.getIndexString(), c2.getIndexString()); in compare()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java373 holder.index.setText(city.getIndexString()); in getView()
446 sections.add(city.getIndexString()); in getSections()