Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/split/
DSplitAssetDependencyLoader.java81 private static AssetManager createAssetManagerWithAssets(ApkAssets[] apkAssets) { in createAssetManagerWithAssets() method in SplitAssetDependencyLoader
109 mCachedAssetManagers[splitIdx] = createAssetManagerWithAssets(mCachedSplitApks[splitIdx]); in constructSplit()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java9088 private static AssetManager createAssetManagerWithAssets(ApkAssets[] apkAssets) { in createAssetManagerWithAssets() method in PackageParser.SplitAssetDependencyLoader
9116 mCachedAssetManagers[splitIdx] = createAssetManagerWithAssets( in constructSplit()