Searched refs:REQUEST_UNINSTALL (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | AppButtonsPreferenceControllerTest.java | 94 private static final int REQUEST_UNINSTALL = 0; field in AppButtonsPreferenceControllerTest 148 mLifecycle, PACKAGE_NAME, mState, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN)); in setUp() 183 mLifecycle, null, mState, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN)); in isAvailable_nullPackageName_isFalse() 437 verify(mFragment).startActivityForResult(any(), eq(REQUEST_UNINSTALL)); in uninstallPkg_intentSent() 495 mController.handleActivityResult(REQUEST_UNINSTALL, 0, mock(Intent.class)); in handleActivityResult_packageUninstalled_shouldFinishPrefernecePanel() 554 mController.handleActivityResult(REQUEST_UNINSTALL, 0, new Intent()); in handleActivityResult_onAppUninstall_removeTask() 566 mController.handleActivityResult(REQUEST_UNINSTALL + 1, 0, new Intent()); in handleActivityResult_onAppNotUninstall_persistTask()
|
D | AppInfoDashboardFragmentTest.java | 280 .onActivityResult(AppInfoDashboardFragment.REQUEST_UNINSTALL, 0, in onActivityResult_uninstalledUpdates_shouldInvalidateOptionsMenu()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/ |
D | UninstallPreferenceController.java | 19 import static com.android.tv.settings.library.device.apps.AppManagementState.REQUEST_UNINSTALL; 71 ? ManagerUtil.calculateCompoundCode(mStateIdentifier, REQUEST_UNINSTALL) in handlePreferenceTreeClick()
|
D | AppManagementState.java | 66 static final int REQUEST_UNINSTALL = 1; field in AppManagementState 197 case REQUEST_UNINSTALL: in onActivityResult()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
D | AppManagementFragment.java | 78 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/applications/appinfo/ |
D | AppInfoDashboardFragment.java | 100 static final int REQUEST_UNINSTALL = 0; field in AppInfoDashboardFragment 326 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN); in createPreferenceControllers() 525 if (requestCode == REQUEST_UNINSTALL) { in onActivityResult() 648 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL); in uninstallPkg()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | AdvancedPowerUsageDetail.java | 91 private static final int REQUEST_UNINSTALL = 0; field in AdvancedPowerUsageDetail 396 REQUEST_UNINSTALL, in createPreferenceControllers()
|