Searched refs:UNINSTALL_ALL_USERS_MENU (Results 1 – 2 of 2) sorted by relevance
92 static final int UNINSTALL_ALL_USERS_MENU = 1; field in AppInfoDashboardFragment406 menu.add(0, UNINSTALL_ALL_USERS_MENU, 1, R.string.uninstall_all_users_text) in onCreateOptionsMenu()419 final MenuItem uninstallAllUsersItem = menu.findItem(UNINSTALL_ALL_USERS_MENU); in onPrepareOptionsMenu()486 case UNINSTALL_ALL_USERS_MENU: in onOptionsItemSelected()
21 …static com.android.settings.applications.appinfo.AppInfoDashboardFragment.UNINSTALL_ALL_USERS_MENU;177 when(menu.findItem(UNINSTALL_ALL_USERS_MENU)).thenReturn(uninstallForAllMenuItem); in onPrepareOptionsMenuTestsSetup()