Searched refs:splits (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/ |
D | Android.bp | 30 // 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/ |
D | BaseHostTestCase.java | 182 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/ |
D | StorageManagerHelper.java | 124 String[] splits = volume.split(" "); in getPublicVolumeExcluding() local 126 return splits[splits.length - 1]; in getPublicVolumeExcluding()
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/ |
D | Android.bp | 32 // 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/ |
D | Android.bp | 42 // isolated splits, it must only be unique across a dependency chain.
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandInstallTest.java | 2777 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 …]
|
D | ChecksumsTest.java | 1582 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()
|
D | PackageManagerShellCommandIncrementalTest.java | 1205 String splits = maybeSplits.get(); in parsePackageDump() local 1206 return splits.substring(prefixLength); in parsePackageDump()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | Android.bp | 62 // Feature splits are dependent on this base, so it must be exported.
|