Searched refs:UNINSTALL_ALL_USERS_MENU (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java188 public static final int UNINSTALL_ALL_USERS_MENU = 1; field in class:InstalledAppDetails
513 menu.add(0, UNINSTALL_ALL_USERS_MENU, 1, R.string.uninstall_all_users_text)
533 menu.findItem(UNINSTALL_ALL_USERS_MENU).setVisible(showIt);
539 if (menuId == UNINSTALL_ALL_USERS_MENU) {

Completed in 37 milliseconds