Searched refs:mCachedResourcePaths (Results 1 – 1 of 1) sorted by relevance
585 private final String[][] mCachedResourcePaths; field in LoadedApk.SplitDependencyLoaderImpl590 mCachedResourcePaths = new String[mSplitNames.length + 1][]; in SplitDependencyLoaderImpl()611 mCachedResourcePaths[0] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()621 Collections.addAll(splitPaths, mCachedResourcePaths[parentSplitIdx]); in constructSplit()626 mCachedResourcePaths[splitIdx] = splitPaths.toArray(new String[splitPaths.size()]); in constructSplit()648 return mCachedResourcePaths[ensureSplitLoaded(splitName)]; in getSplitPathsForSplit()