Home
last modified time | relevance | path

Searched refs:REQUEST_UNINSTALL (Results 1 – 5 of 5) 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
298 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers()
419 if (requestCode == REQUEST_UNINSTALL) { in onActivityResult()
514 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL); in uninstallPkg()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java78 private static final int REQUEST_UNINSTALL = 1; field in AppManagementFragment
152 case REQUEST_UNINSTALL: in onActivityResult()
205 ? REQUEST_UNINSTALL : REQUEST_UNINSTALL_UPDATES); in onPreferenceTreeClick()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetail.java90 private static final int REQUEST_UNINSTALL = 0; field in AdvancedPowerUsageDetail
389 mState, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers()