Searched refs:parentSplitIdx (Results 1 – 4 of 4) sorted by relevance
91 int parentSplitIdx) throws IllegalArgumentException { in constructSplit() argument95 if (parentSplitIdx >= 0) { in constructSplit()96 Collections.addAll(assets, mCachedSplitApks[parentSplitIdx]); in constructSplit()
135 @IntRange(from = -1) int parentSplitIdx) throws E; in constructSplit()
660 int parentSplitIdx) throws NameNotFoundException { in constructSplit() argument676 final ClassLoader parent = mCachedClassLoaders[parentSplitIdx]; in constructSplit()681 Collections.addAll(splitPaths, mCachedResourcePaths[parentSplitIdx]); in constructSplit()
8841 @IntRange(from = -1) int parentSplitIdx) throws E; in constructSplit()9098 int parentSplitIdx) throws PackageParserException { in constructSplit() argument9102 if (parentSplitIdx >= 0) { in constructSplit()9103 Collections.addAll(assets, mCachedSplitApks[parentSplitIdx]); in constructSplit()