Searched refs:MENU_ID_REMOVE (Results 1 – 2 of 2) sorted by relevance
55 private static final int MENU_ID_REMOVE = Menu.FIRST + 1; field in LocaleListEditor138 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()