Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/
DAndroid.bp30 // Feature splits are dependent on this split, so it must be exported.
39 // Although feature splits use unique resource package names, they must all
44 // isolated splits, it must only be unique across a dependency chain.
57 // Feature splits are dependent on this split, so it must be exported.
66 // Although feature splits use unique resource package names, they must all
71 // isolated splits, it must only be unique across a dependency chain.
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DBaseHostTestCase.java182 String[] splits = volume.split(" "); in getPublicVolumeExcluding() local
184 return splits[splits.length - 1]; in getPublicVolumeExcluding()
216 String[] splits = mediaProcess.split(" "); in getMediaProviderProcess() local
218 return splits[splits.length - 1]; in getMediaProviderProcess()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerHelper.java124 String[] splits = volume.split(" "); in getPublicVolumeExcluding() local
126 return splits[splits.length - 1]; in getPublicVolumeExcluding()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/
DAndroid.bp32 // Feature splits are dependent on this base, so it must be exported.
52 // Feature splits are dependent on this base, so it must be exported.
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_b/
DAndroid.bp42 // isolated splits, it must only be unique across a dependency chain.
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandInstallTest.java2777 String splits = maybeSplits.get(); in getSplits() local
2778 return splits.substring(prefixLength, splits.length() - 1); in getSplits()
2829 String[] splits = Arrays.stream(baseNames).map( in installSplits() local
2832 addSplits(sessionId, splits); in installSplits()
2841 String[] splits = Arrays.stream(baseNames).map( in updateSplits() local
2844 addSplits(sessionId, splits); in updateSplits()
2848 private void installSplitsStdInStreaming(String[] splits) throws IOException { in installSplitsStdInStreaming() argument
2849 File[] files = Arrays.stream(splits).map(split -> new File(split)).toArray(File[]::new); in installSplitsStdInStreaming()
2856 String[] splits = Arrays.stream(baseNames).map( in installSplitsStdIn() local
2859 installSplitsStdInStreaming(splits); in installSplitsStdIn()
[all …]
DChecksumsTest.java1582 String[] splits = Arrays.stream(baseNames).map( in installSplits() local
1587 splits))); in installSplits()
1591 String[] splits = Arrays.stream(baseNames).map( in installFilesIncrementally() local
1596 " ", splits))); in installFilesIncrementally()
DPackageManagerShellCommandIncrementalTest.java1205 String splits = maybeSplits.get(); in parsePackageDump() local
1206 return splits.substring(prefixLength); in parsePackageDump()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.bp62 // Feature splits are dependent on this base, so it must be exported.