Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesKey.java34 public final String mResDir; field in ResourcesKey
76 mResDir = resDir; in ResourcesKey()
87 hash = 31 * hash + Objects.hashCode(mResDir); in ResourcesKey()
115 if (mResDir != null && mResDir.startsWith(path)) { in isPathReferenced()
151 if (!Objects.equals(mResDir, peer.mResDir)) { in equals()
182 builder.append(" mResDir=").append(mResDir); in toString()
/frameworks/base/core/java/android/app/
DResourcesManager.java474 if (key.mResDir != null) { in extractApkKeys()
475 apkKeys.add(new ApkKey(key.mResDir, false /*sharedLib*/, false /*overlay*/)); in extractApkKeys()
1271 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in rebaseActivityOverrideConfig()
1435 if (impl != null && Objects.equals(key.mResDir, assetPath)) { in appendLibAssetsForMainAssetPath()
1444 key.mResDir, in appendLibAssetsForMainAssetPath()
1493 if (key.mResDir == null in applyNewResourceDirsLocked()
1494 || key.mResDir.equals(baseCodePath) in applyNewResourceDirsLocked()
1495 || ArrayUtils.contains(oldSourceDirs, key.mResDir)) { in applyNewResourceDirsLocked()
1647 oldKey.mResDir, in onLoadersChanged()
DLoadedApk.java116 private String mResDir; field in LoadedApk
224 mResDir = null; in LoadedApk()
370 mResources = ResourcesManager.getInstance().getResources(null, mResDir, in updateApplicationInfo()
385 mResDir = aInfo.uid == myUid ? aInfo.sourceDir : aInfo.publicSourceDir; in setApplicationInfo()
1243 return mResDir; in getResDir()
1304 ResourcesManager.getInstance().initializeApplicationPaths(mResDir, splitPaths); in getResources()
1307 mResources = ResourcesManager.getInstance().getResources(null, mResDir, in getResources()