Searched refs:mBaseCodePath (Results 1 – 3 of 3) sorted by relevance
34 private final String mBaseCodePath; field in DefaultSplitAssetLoader41 mBaseCodePath = pkg.baseCodePath; in DefaultSplitAssetLoader()70 loadApkIntoAssetManager(assets, mBaseCodePath, mFlags); in getBaseAssetManager()
402 XmlUtils.writeStringAttribute(xml, ATTR_BASE_CODE_PATH, item.mBaseCodePath); in persistRow()415 private String mBaseCodePath; field in OverlayManagerSettings.SettingsItem429 mBaseCodePath = baseCodePath; in SettingsItem()453 return mBaseCodePath; in getBaseCodePath()457 if (!mBaseCodePath.equals(path)) { in setBaseCodePath()458 mBaseCodePath = path; in setBaseCodePath()493 mCache = new OverlayInfo(mPackageName, mTargetPackageName, mBaseCodePath, mState, in getOverlayInfo()
527 private String mBaseCodePath; field in DexManager.PackageCodeLocations545 mBaseCodePath = baseCodePath; in updateCodeLocation()567 if (mBaseCodePath.equals(dexPath)) { in searchDex()