Home
last modified time | relevance | path

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

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