Home
last modified time | relevance | path

Searched defs:citiesChanged (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DCityListener.kt23 fun citiesChanged(oldCities: List<City>, newCities: List<City>) method
/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.kt369 override fun citiesChanged(oldCities: List<City>, newCities: List<City>) { in citiesChanged() method in com.android.deskclock.SelectedCitiesAdapter