Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java235 private String[] mSectionHeaders; field in CitySelectionActivity.CityAdapter
381 if (mSectionHeaders == null) { in getSections()
410 mSectionHeaders = sections.toArray(new String[sections.size()]); in getSections()
413 return mSectionHeaders; in getSections()
441 mSectionHeaders = null; in clearSectionHeaders()