Home | History | Annotate | Download | only in pm

Lines Matching refs:splitIndex

912     private void parseSplitApk(Package pkg, int splitIndex, AssetManager assets, int flags)
914 final String apkPath = pkg.splitCodePaths[splitIndex];
933 pkg = parseSplitApk(pkg, res, parser, flags, splitIndex, outError);
957 int splitIndex, String[] outError) throws XmlPullParserException, IOException,
995 if (!parseSplitApplication(pkg, res, parser, attrs, flags, splitIndex, outError)) {
2854 AttributeSet attrs, int flags, int splitIndex, String[] outError)
2861 owner.splitFlags[splitIndex] |= ApplicationInfo.FLAG_HAS_CODE;