Home
last modified time | relevance | path

Searched refs:mApkAssets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DAssetManager.java101 @GuardedBy("this") private ApkAssets[] mApkAssets; field in AssetManager
141 assetManager.mApkAssets = apkAssets; in build()
307 mApkAssets = newApkAssets; in setApkAssets()
308 nativeSetApkAssets(mObject, mApkAssets, invalidateCaches); in setApkAssets()
334 return mApkAssets; in getApkAssets()
350 final int count = mApkAssets.length; in findCookieForPath()
352 if (path.equals(mApkAssets[i].getAssetPath())) { in findCookieForPath()
391 final int count = mApkAssets.length; in addAssetPathInternal()
395 if (mApkAssets[i].getAssetPath().equals(path)) { in addAssetPathInternal()
416 mApkAssets = Arrays.copyOf(mApkAssets, count + 1); in addAssetPathInternal()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt19719 Landroid/content/res/AssetManager;->mApkAssets:[Landroid/content/res/ApkAssets;