Searched refs:MENU_ID_REMOVE (Results 1 – 1 of 1) sorted by relevance
86 private static final int MENU_ID_REMOVE = Menu.FIRST + 1; field in LocaleListEditor199 case MENU_ID_REMOVE: in onOptionsItemSelected()455 menu.add(Menu.NONE, MENU_ID_REMOVE, 0, R.string.locale_remove_menu); in onCreateOptionsMenu()533 final MenuItem menuItemRemove = mMenu.findItem(MENU_ID_REMOVE); in updateVisibilityOfRemoveMenu()