Searched refs:mApkAssets (Results 1 – 4 of 4) sorted by relevance
58 private ApkAssets[] mApkAssets; field in ResourcesLoader162 if (mApkAssets == null) { in getApkAssets()165 return Arrays.asList(mApkAssets); in getApkAssets()239 mApkAssets = null; in notifyProvidersChangedLocked()241 mApkAssets = new ApkAssets[mProviders.length]; in notifyProvidersChangedLocked()244 mApkAssets[i] = mProviders[i].getApkAssets(); in notifyProvidersChangedLocked()
60 private final ApkAssets mApkAssets; field in ResourcesProvider280 this.mApkAssets = apkAssets; in ResourcesProvider()286 return mApkAssets; in getApkAssets()325 mApkAssets.close(); in close()
117 @GuardedBy("this") private ApkAssets[] mApkAssets; field in AssetManager187 assetManager.mApkAssets = apkAssets; in build()329 mApkAssets = newApkAssets; in setApkAssets()348 if (!mApkAssets[i].isForLoader()) { in setLoaders()349 apkAssets.add(mApkAssets[i]); in setLoaders()393 return mApkAssets; in getApkAssets()425 final int count = mApkAssets.length; in findCookieForPath()469 final int count = mApkAssets.length; in addAssetPathInternal()495 mApkAssets = Arrays.copyOf(mApkAssets, count + 1); in addAssetPathInternal()496 mApkAssets[count] = assets; in addAssetPathInternal()[all …]
13523 Landroid/content/res/AssetManager;->mApkAssets:[Landroid/content/res/ApkAssets;