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