Searched refs:ACTION_UNINSTALL_PACKAGE (Results 1 – 10 of 10) sorted by relevance
195 } else if (Intent.ACTION_UNINSTALL_PACKAGE.equals(intent.getAction())) { in onStartCommand()
656 mockQueryActivities(Intent.ACTION_UNINSTALL_PACKAGE, installerActivity) in stageInstallerScan()
730 final Intent intent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE); in deletePackageVersionedInternal()
1463 final Intent intent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE);
2669 final Intent intent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE);
1867 public static final String ACTION_UNINSTALL_PACKAGE = "android.intent.action.UNINSTALL_PACKAGE"; field in Intent
18473 final Intent uninstallIntent = new Intent(Intent.ACTION_UNINSTALL_PACKAGE, packageURI);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7689 …field public static final java.lang.String ACTION_UNINSTALL_PACKAGE = "android.intent.action.UNINS…
11277 …field @Deprecated public static final String ACTION_UNINSTALL_PACKAGE = "android.intent.action.UNI…