Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DCityModel.java194 final CitySort citySort = mSettingsModel.getCitySort(); in getCityIndexComparator() local
195 switch (citySort) { in getCityIndexComparator()
199 throw new IllegalStateException("unexpected city sort: " + citySort); in getCityIndexComparator()
229 final CitySort citySort = mSettingsModel.getCitySort(); in getCitySortComparator() local
230 switch (citySort) { in getCitySortComparator()
234 throw new IllegalStateException("unexpected city sort: " + citySort); in getCitySortComparator()