HomeSort by relevance Sort by last modified time
    Searched refs:mHomeCity (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetCityViewsFactory.java 61 private City mHomeCity;
85 * <p>Synchronized to ensure single-threaded reading/writing of mCities, mHomeCity and
101 * <p>Synchronized to ensure single-threaded reading/writing of mCities, mHomeCity and
112 final City left = leftIndex == -1 ? mHomeCity :
162 * <p>Synchronized to ensure single-threaded reading/writing of mCities, mHomeCity and
174 mHomeCity = refreshRunnable.mHomeCity;
220 private City mHomeCity;
226 mHomeCity = DataModel.getDataModel().getHomeCity();
  /packages/apps/DeskClock/src/com/android/deskclock/data/
CityModel.java 79 private City mHomeCity;
127 if (mHomeCity == null) {
130 mHomeCity = new City(null, -1, null, name, name, timeZone);
133 return mHomeCity;
251 mHomeCity = null;
267 mHomeCity = null;

Completed in 215 milliseconds