Searched refs:MENU_BY_REGION (Results 1 – 2 of 2) sorted by relevance
58 private static final int MENU_BY_REGION = Menu.FIRST; field in TimeZoneSettings282 menu.add(0, MENU_BY_REGION, 0, R.string.zone_menu_by_region); in onCreateOptionsMenu()290 menu.findItem(MENU_BY_REGION).setVisible(mTimeZoneData != null && !mSelectByRegion); in onPrepareOptionsMenu()297 case MENU_BY_REGION: in onOptionsItemSelected()