Searched refs:MENU_TIMEZONE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DZonePicker.java57 private static final int MENU_TIMEZONE = Menu.FIRST+1; field in class:ZonePicker
161 menu.add(0, MENU_TIMEZONE, 0, R.string.zone_list_menu_sort_by_timezone)
169 menu.findItem(MENU_TIMEZONE).setVisible(false);
172 menu.findItem(MENU_TIMEZONE).setVisible(true);
181 case MENU_TIMEZONE:

Completed in 96 milliseconds