Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DLoadedApk.java641 private final String[][] mCachedResourcePaths; field in LoadedApk.SplitDependencyLoaderImpl
647 mCachedResourcePaths = new String[mSplitNames.length + 1][]; in SplitDependencyLoaderImpl()
671 mCachedResourcePaths[0] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()
681 Collections.addAll(splitPaths, mCachedResourcePaths[parentSplitIdx]); in constructSplit()
686 mCachedResourcePaths[splitIdx] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()
714 return mCachedResourcePaths[idx]; in getSplitPathsForSplit()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7353 Landroid/app/LoadedApk$SplitDependencyLoaderImpl;->mCachedResourcePaths:[[Ljava/lang/String;