Searched refs:toggleCitySort (Results 1 – 5 of 5) sorted by relevance
50 void toggleCitySort() { in toggleCitySort() method in SettingsModel51 SettingsDAO.toggleCitySort(mContext); in toggleCitySort()
213 void toggleCitySort() { in toggleCitySort() method in CityModel214 mSettingsModel.toggleCitySort(); in toggleCitySort()
236 public void toggleCitySort() { in toggleCitySort() method in DataModel238 mCityModel.toggleCitySort(); in toggleCitySort()
60 static void toggleCitySort(Context context) { in toggleCitySort() method in SettingsDAO
589 DataModel.getDataModel().toggleCitySort(); in handleMenuItemClick()