Searched refs:mApkAssets (Results 1 – 2 of 2) sorted by relevance
107 @GuardedBy("this") private ApkAssets[] mApkAssets; field in AssetManager147 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 …]
16410 Landroid/content/res/AssetManager;->mApkAssets:[Landroid/content/res/ApkAssets;