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.java107 @GuardedBy("this") private ApkAssets[] mApkAssets; field in AssetManager
147 assetManager.mApkAssets = apkAssets; in build()
327 mApkAssets = newApkAssets; in setApkAssets()
328 nativeSetApkAssets(mObject, mApkAssets, invalidateCaches); in setApkAssets()
355 return mApkAssets; in getApkAssets()
366 String[] paths = new String[mApkAssets.length]; in getApkPaths()
367 final int count = mApkAssets.length; in getApkPaths()
369 paths[i] = mApkAssets[i].getAssetPath(); in getApkPaths()
387 final int count = mApkAssets.length; in findCookieForPath()
389 if (path.equals(mApkAssets[i].getAssetPath())) { in findCookieForPath()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16410 Landroid/content/res/AssetManager;->mApkAssets:[Landroid/content/res/ApkAssets;