Searched refs:getSplitCodePaths (Results 1 – 15 of 15) sorted by relevance
129 String splitDexMetadata = packageDexMetadata.get(pkg.getSplitCodePaths()[0]); in testParsePackageSplitsWithDmFileValid()131 assertTrue(isDexMetadataForApk(splitDexMetadata, pkg.getSplitCodePaths()[0])); in testParsePackageSplitsWithDmFileValid()145 String splitDexMetadata = packageDexMetadata.get(pkg.getSplitCodePaths()[0]); in testParsePackageSplitsNoBaseWithDmFileValid()147 assertTrue(isDexMetadataForApk(splitDexMetadata, pkg.getSplitCodePaths()[0])); in testParsePackageSplitsNoBaseWithDmFileValid()
81 if (pkg.getSplitCodePaths() == null) { in getClassLoaderContexts()405 String[] splitCodePaths = pkg.getSplitCodePaths(); in getSplitRelativeCodePaths()
235 String[] splitCodePaths = info.applicationInfo.getSplitCodePaths(); in snapshotAppProfile()530 String[] splitCodePaths = pkg.getSplitCodePaths(); in getPackageProfileNames()
246 String[] getSplitCodePaths(); in getSplitCodePaths() method
63 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePathsExcludingResourceOnly()82 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePaths()
208 String splitPath = appInfo.getSplitCodePaths()[splitIndex]; in loadFromSplit()
442 String[] getSplitCodePaths(); in getSplitCodePaths() method
585 ii.splitSourceDirs = pkg.getSplitCodePaths(); in generateInstrumentationInfo()586 ii.splitPublicSourceDirs = pkg.getSplitCodePaths(); in generateInstrumentationInfo()
425 final String apkPath = pkg.getSplitCodePaths()[splitIndex]; in parseSplitApk()2712 String[] splitCodePaths = pkg.getSplitCodePaths();
1653 public String[] getSplitCodePaths() {
337 if (pkg.getSplitCodePaths() != null) {338 for (int i = pkg.getSplitCodePaths().length - 1; i >=0; --i) {339 final File splitFile = new File(pkg.getSplitCodePaths()[i]);
198 String[] splitCodePaths = pkg.getSplitCodePaths(); in performDexOptLI()
341 assertArrayEquals(a.getSplitCodePaths(), b.getSplitCodePaths()); in assertPackagesEqual()
2235 /** {@hide} */ public String[] getSplitCodePaths() { return splitSourceDirs; } in getSplitCodePaths() method in ApplicationInfo
5470 PLandroid/content/pm/ApplicationInfo;->getSplitCodePaths()[Ljava/lang/String;