Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DTimeZoneSettings.java75 private boolean mSelectByRegion; field in TimeZoneSettings
296 menu.findItem(MENU_BY_REGION).setVisible(mTimeZoneData != null && !mSelectByRegion); in onPrepareOptionsMenu()
297 menu.findItem(MENU_BY_OFFSET).setVisible(mTimeZoneData != null && mSelectByRegion); in onPrepareOptionsMenu()
331 mSelectByRegion = selectByRegion; in setSelectByRegion()
343 if (!mSelectByRegion) { in setSelectByRegion()