Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java431 private Map<String, String> mErrorWithApkInApex = new ArrayMap<>(); field in ApexManager.ApexManagerImpl
737 mErrorWithApkInApex.put(aai.apexModuleName, errorMsg); in reportErrorWithApkInApex()
753 return mErrorWithApkInApex.get(moduleName); in getApkInApexInstallError()