Searched refs:mBaseCodePath (Results 1 – 3 of 3) sorted by relevance
39 private final String mBaseCodePath; field in DefaultSplitAssetLoader45 mBaseCodePath = pkg.baseCodePath; in DefaultSplitAssetLoader()76 apkAssets[splitIdx++] = loadApkAssets(mBaseCodePath, mFlags); in getBaseAssetManager()
347 pw.println(item.mBaseCodePath); in dumpSettingsItemField()478 XmlUtils.writeStringAttribute(xml, ATTR_BASE_CODE_PATH, item.mBaseCodePath); in persistRow()493 private String mBaseCodePath; field in OverlayManagerSettings.SettingsItem510 mBaseCodePath = baseCodePath; in SettingsItem()540 return mBaseCodePath; in getBaseCodePath()544 if (!mBaseCodePath.equals(path)) { in setBaseCodePath()545 mBaseCodePath = path; in setBaseCodePath()594 mCategory, mBaseCodePath, mState, mUserId, mPriority, mIsStatic); in getOverlayInfo()
807 private String mBaseCodePath; field in DexManager.PackageCodeLocations825 mBaseCodePath = baseCodePath; in updateCodeLocation()847 if (mBaseCodePath.equals(dexPath)) { in searchDex()