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.java12844 startUninstallIntent(packageName, userId); in uninstallPackageWithActiveAdmins()
12852 startUninstallIntent(packageName, userId); in uninstallPackageWithActiveAdmins()
12882 startUninstallIntent(packageName, userId); in removePackageIfRequired()
12886 private void startUninstallIntent(final String packageName, final int userId) { in startUninstallIntent() method