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.java429 private final Map<String, String> mErrorWithApkInApex = new ArrayMap<>(); field in ApexManager.ApexManagerImpl
735 mErrorWithApkInApex.put(aai.apexModuleName, errorMsg); in reportErrorWithApkInApex()
751 return mErrorWithApkInApex.get(moduleName); in getApkInApexInstallError()