Searched refs:UNINSTALL_ALL_USERS_MENU (Results 1 – 1 of 1) sorted by relevance
126 public static final int UNINSTALL_ALL_USERS_MENU = 1; field in InstalledAppDetails433 menu.add(0, UNINSTALL_ALL_USERS_MENU, 1, R.string.uninstall_all_users_text) in onCreateOptionsMenu()456 menu.findItem(UNINSTALL_ALL_USERS_MENU).setVisible(showIt); in onPrepareOptionsMenu()469 case UNINSTALL_ALL_USERS_MENU: in onOptionsItemSelected()