Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleListEditor.java55 private static final int MENU_ID_REMOVE = Menu.FIRST + 1; field in LocaleListEditor
138 case MENU_ID_REMOVE: in onOptionsItemSelected()
253 menu.add(Menu.NONE, MENU_ID_REMOVE, 0, R.string.locale_remove_menu); in onCreateOptionsMenu()
299 final MenuItem menuItemRemove = mMenu.findItem(MENU_ID_REMOVE); in updateVisibilityOfRemoveMenu()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleListEditor.java55 private static final int MENU_ID_REMOVE = Menu.FIRST + 1; field in LocaleListEditor
138 case MENU_ID_REMOVE: in onOptionsItemSelected()
253 menu.add(Menu.NONE, MENU_ID_REMOVE, 0, R.string.locale_remove_menu); in onCreateOptionsMenu()
299 final MenuItem menuItemRemove = mMenu.findItem(MENU_ID_REMOVE); in updateVisibilityOfRemoveMenu()