Searched refs:mCachedResourcePaths (Results 1 – 2 of 2) sorted by relevance
642 private final String[][] mCachedResourcePaths; field in LoadedApk.SplitDependencyLoaderImpl648 mCachedResourcePaths = new String[mSplitNames.length + 1][]; in SplitDependencyLoaderImpl()672 mCachedResourcePaths[0] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()682 Collections.addAll(splitPaths, mCachedResourcePaths[parentSplitIdx]); in constructSplit()687 mCachedResourcePaths[splitIdx] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()715 return mCachedResourcePaths[idx]; in getSplitPathsForSplit()
7353 Landroid/app/LoadedApk$SplitDependencyLoaderImpl;->mCachedResourcePaths:[[Ljava/lang/String;