Home
last modified time | relevance | path

Searched refs:splits (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/
DAndroid.bp29 // Feature splits are dependent on this split, so it must be exported.
38 // Although feature splits use unique resource package names, they must all
43 // isolated splits, it must only be unique across a dependency chain.
56 // Feature splits are dependent on this split, so it must be exported.
65 // Although feature splits use unique resource package names, they must all
70 // isolated splits, it must only be unique across a dependency chain.
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandTest.java643 String splits = maybeSplits.get(); in getSplits() local
644 return splits.substring(prefixLength, splits.length() - 1); in getSplits()
680 String[] splits = Arrays.stream(baseNames).map( in installSplits() local
683 addSplits(sessionId, splits); in installSplits()
692 String[] splits = Arrays.stream(baseNames).map( in updateSplits() local
695 addSplits(sessionId, splits); in updateSplits()
699 private void installSplitsStdInStreaming(String[] splits) throws IOException { in installSplitsStdInStreaming() argument
700 File[] files = Arrays.stream(splits).map(split -> new File(split)).toArray(File[]::new); in installSplitsStdInStreaming()
707 String[] splits = Arrays.stream(baseNames).map( in installSplitsStdIn() local
710 installSplitsStdInStreaming(splits); in installSplitsStdIn()
[all …]
DChecksumsTest.java1264 String[] splits = Arrays.stream(baseNames).map( in installSplits() local
1267 executeShellCommand("pm install -t -g " + String.join(" ", splits))); in installSplits()
1271 String[] splits = Arrays.stream(baseNames).map( in installSplitsIncrementally() local
1274 executeShellCommand("pm install-incremental -t -g " + String.join(" ", splits))); in installSplitsIncrementally()
DPackageManagerShellCommandIncrementalTest.java967 String splits = maybeSplits.get(); in parsePackageDump() local
968 return splits.substring(prefixLength); in parsePackageDump()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/
DAndroid.bp31 // Feature splits are dependent on this base, so it must be exported.
51 // Feature splits are dependent on this base, so it must be exported.
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_b/
DAndroid.bp41 // isolated splits, it must only be unique across a dependency chain.
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.bp60 // Feature splits are dependent on this base, so it must be exported.