Searched refs:mCachedResourcePaths (Results 1 – 2 of 2) sorted by relevance
641 private final String[][] mCachedResourcePaths; field in LoadedApk.SplitDependencyLoaderImpl647 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()
7353 Landroid/app/LoadedApk$SplitDependencyLoaderImpl;->mCachedResourcePaths:[[Ljava/lang/String;