Searched refs:uninstallApex (Results 1 – 5 of 5) sorted by relevance
300 abstract boolean uninstallApex(String apexPackagePath); in uninstallApex() method in ApexManager818 boolean uninstallApex(String apexPackagePath) { in uninstallApex() method in ApexManager.ApexManagerImpl1275 boolean uninstallApex(String apexPackagePath) { in uninstallApex() method in ApexManager.ApexManagerFlattenedApex
2045 internal.uninstallApex( in runUninstall()
27934 public void uninstallApex(String packageName, long versionCode, int userId,27964 if (!am.uninstallApex(activePackage.applicationInfo.sourceDir)) {
931 public abstract void uninstallApex(String packageName, long versionCode, int userId, in uninstallApex() method in PackageManagerInternal
277 assertThat(mApexManager.uninstallApex(TEST_APEX_PKG)).isFalse(); in testUninstallApex_throwException_returnFalse()