Searched refs:mResDir (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | ResourcesKey.java | 34 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()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 494 if (key.mResDir != null) { in extractApkKeys() 495 apkKeys.add(new ApkKey(key.mResDir, false /*sharedLib*/, false /*overlay*/)); in extractApkKeys() 1295 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in rebaseActivityOverrideConfig() 1448 if (impl != null && Objects.equals(key.mResDir, assetPath)) { in appendLibAssetsForMainAssetPath() 1457 key.mResDir, in appendLibAssetsForMainAssetPath() 1506 if (key.mResDir == null in applyNewResourceDirsLocked() 1507 || key.mResDir.equals(baseCodePath) in applyNewResourceDirsLocked() 1508 || ArrayUtils.contains(oldSourceDirs, key.mResDir)) { in applyNewResourceDirsLocked() 1625 oldKey.mResDir, in onLoadersChanged()
|
H A D | LoadedApk.java | 120 private String mResDir; field in LoadedApk 235 mResDir = null; in LoadedApk() 383 mResources = ResourcesManager.getInstance().getResources(null, mResDir, in updateApplicationInfo() 404 mResDir = aInfo.uid == myUid ? aInfo.sourceDir : aInfo.publicSourceDir; in setApplicationInfo() 1316 return mResDir; in getResDir() 1377 ResourcesManager.getInstance().initializeApplicationPaths(mResDir, splitPaths); in getResources() 1380 mResources = ResourcesManager.getInstance().getResources(null, mResDir, in getResources()
|