Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java92 static final int UNINSTALL_ALL_USERS_MENU = 1; field in AppInfoDashboardFragment
406 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragmentTest.java21 …static com.android.settings.applications.appinfo.AppInfoDashboardFragment.UNINSTALL_ALL_USERS_MENU;
177 when(menu.findItem(UNINSTALL_ALL_USERS_MENU)).thenReturn(uninstallForAllMenuItem); in onPrepareOptionsMenuTestsSetup()