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.java272 private String[] mSectionHeaders; field in CitySelectionActivity.CityAdapter
425 if (mSectionHeaders == null) { in getSections()
457 mSectionHeaders = sections.toArray(new String[sections.size()]); in getSections()
460 return mSectionHeaders; in getSections()
488 mSectionHeaders = null; in clearSectionHeaders()