Searched refs:uninstallApex (Results 1 – 4 of 4) sorted by relevance
378 boolean uninstallApex(String apexPackagePath) { in uninstallApex() method in ApexManager
1679 internal.uninstallApex(packageName, versionCode, userId, receiver.getIntentSender()); in runUninstall()
24944 public void uninstallApex(String packageName, long versionCode, int userId,24974 if (!am.uninstallApex(activePackage.applicationInfo.sourceDir)) {
977 public abstract void uninstallApex(String packageName, long versionCode, int userId, in uninstallApex() method in PackageManagerInternal