Searched refs:uninstallApex (Results 1 – 5 of 5) sorted by relevance
251 abstract boolean uninstallApex(String apexPackagePath); in uninstallApex() method in ApexManager702 boolean uninstallApex(String apexPackagePath) { in uninstallApex() method in ApexManager.ApexManagerImpl
6909 public void uninstallApex(String packageName, long versionCode, int userId, in uninstallApex() method in PackageManagerService.PackageManagerInternalImpl6939 if (!am.uninstallApex(activePackage.applicationInfo.sourceDir)) { in uninstallApex()
2230 internal.uninstallApex( in runUninstall()
1075 public abstract void uninstallApex(String packageName, long versionCode, int userId, in uninstallApex() method in PackageManagerInternal
333 assertThat(mApexManager.uninstallApex(TEST_APEX_PKG)).isFalse(); in testUninstallApex_throwException_returnFalse()