Searched refs:parentSplitIdx (Results 1 – 3 of 3) sorted by relevance
92 int parentSplitIdx) throws PackageParserException { in constructSplit() argument96 if (parentSplitIdx >= 0) { in constructSplit()97 Collections.addAll(assets, mCachedSplitApks[parentSplitIdx]); in constructSplit()
135 @IntRange(from = -1) int parentSplitIdx) throws E; in constructSplit()
537 int parentSplitIdx) throws NameNotFoundException { in constructSplit() argument552 final ClassLoader parent = mCachedClassLoaders[parentSplitIdx]; in constructSplit()557 Collections.addAll(splitPaths, mCachedResourcePaths[parentSplitIdx]); in constructSplit()