Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11780 startUninstallIntent(packageName, userId); in uninstallPackageWithActiveAdmins()
11788 startUninstallIntent(packageName, userId); in uninstallPackageWithActiveAdmins()
11818 startUninstallIntent(packageName, userId); in removePackageIfRequired()
11822 private void startUninstallIntent(final String packageName, final int userId) { in startUninstallIntent() method in DevicePolicyManagerService