Home
last modified time | relevance | path

Searched refs:reportErrorWithApkInApex (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java271 abstract void reportErrorWithApkInApex(String scanDirPath, String errorMsg); in reportErrorWithApkInApex() method in ApexManager
733 void reportErrorWithApkInApex(String scanDirPath, String errorMsg) { in reportErrorWithApkInApex() method in ApexManager.ApexManagerImpl
1105 void reportErrorWithApkInApex(String scanDirPath, String errorMsg) { in reportErrorWithApkInApex() method in ApexManager.ApexManagerFlattenedApex
H A DInstallPackageHelper.java3764 mApexManager.reportErrorWithApkInApex(scanDir.getAbsolutePath(), errorMsg); in installPackagesFromDir()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DApexManagerTest.java329 mApexManager.reportErrorWithApkInApex(activeApex.apexDirectory.getAbsolutePath(), in testReportErrorWithApkInApex()