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.java29 public final String mResDir; field in ResourcesKey
57 mResDir = resDir; in ResourcesKey()
66 hash = 31 * hash + Objects.hashCode(mResDir); in ResourcesKey()
81 if (mResDir != null && mResDir.startsWith(path)) { in isPathReferenced()
117 if (!Objects.equals(mResDir, peer.mResDir)) { in equals()
145 builder.append(" mResDir=").append(mResDir); in toString()
/frameworks/base/core/java/android/app/
DResourcesManager.java251 if (key.mResDir != null) { in createAssetManager()
252 if (assets.addAssetPath(key.mResDir) == 0) { in createAssetManager()
253 throw new Resources.NotFoundException("failed to add asset path " + key.mResDir); in createAssetManager()
735 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in updateResourcesForActivity()
859 if (impl != null && key.mResDir.equals(assetPath)) { in appendLibAssetForMainAssetPath()
870 key.mResDir, in appendLibAssetForMainAssetPath()
DLoadedApk.java96 private String mResDir; field in LoadedApk
188 mResDir = null; in LoadedApk()
292 mResources = mActivityThread.getTopLevelResources(mResDir, mSplitResDirs, in updateApplicationInfo()
304 mResDir = aInfo.uid == myUid ? aInfo.sourceDir : aInfo.publicSourceDir; in setApplicationInfo()
729 return mResDir; in getResDir()
766 mResources = mainThread.getTopLevelResources(mResDir, mSplitResDirs, mOverlayDirs, in getResources()