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