Home
last modified time | relevance | path

Searched refs:REQUEST_UNINSTALL (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceControllerTest.java92 private static final int REQUEST_UNINSTALL = 0; field in AppButtonsPreferenceControllerTest
146 mLifecycle, PACKAGE_NAME, mState, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN)); in setUp()
181 mLifecycle, null, mState, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN)); in isAvailable_nullPackageName_isFalse()
406 verify(mFragment).startActivityForResult(any(), eq(REQUEST_UNINSTALL)); in uninstallPkg_intentSent()
465 mController.handleActivityResult(REQUEST_UNINSTALL, 0, mock(Intent.class)); in handleActivityResult_packageUninstalled_shouldFinishPrefernecePanel()
524 mController.handleActivityResult(REQUEST_UNINSTALL, 0, new Intent()); in handleActivityResult_onAppUninstall_removeTask()
536 mController.handleActivityResult(REQUEST_UNINSTALL + 1, 0, new Intent()); in handleActivityResult_onAppNotUninstall_persistTask()
DAppInfoDashboardFragmentTest.java271 .onActivityResult(AppInfoDashboardFragment.REQUEST_UNINSTALL, 0, in onActivityResult_uninstalledUpdates_shouldInvalidateOptionsMenu()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java88 static final int REQUEST_UNINSTALL = 0; field in AppInfoDashboardFragment
282 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers()
407 if (requestCode == REQUEST_UNINSTALL) { in onActivityResult()
502 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL); in uninstallPkg()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppInfoDashboardFragment.java87 static final int REQUEST_UNINSTALL = 0; field in AppInfoDashboardFragment
268 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers()
388 if (requestCode == REQUEST_UNINSTALL) { in onActivityResult()
483 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL); in uninstallPkg()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java79 private static final int REQUEST_UNINSTALL = 1; field in AppManagementFragment
158 case REQUEST_UNINSTALL: in onActivityResult()
213 ? REQUEST_UNINSTALL : REQUEST_UNINSTALL_UPDATES); in onPreferenceTreeClick()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetail.java83 private static final int REQUEST_UNINSTALL = 0; field in AdvancedPowerUsageDetail
288 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DAdvancedPowerUsageDetail.java83 private static final int REQUEST_UNINSTALL = 0; field in AdvancedPowerUsageDetail
288 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers()