Home
last modified time | relevance | path

Searched refs:filePaths (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java132 final String[] filePaths = new String[] { in testAddCompletedDownload_publicDirs() local
140 for (String path : filePaths) { in testAddCompletedDownload_publicDirs()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java377 List<String> filePaths = new ArrayList<>(); in getFilePathsFromBuildInfo() local
379 filePaths.add(getFilePathFromBuildInfo(filename)); in getFilePathsFromBuildInfo()
381 return filePaths; in getFilePathsFromBuildInfo()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java3075 private static void assertCanDeletePathsAs(TestApp testApp, String... filePaths) in assertCanDeletePathsAs() argument
3077 for (String path: filePaths) { in assertCanDeletePathsAs()
3083 private static void assertCantDeletePathsAs(TestApp testApp, String... filePaths) in assertCantDeletePathsAs() argument
3085 for (String path: filePaths) { in assertCantDeletePathsAs()
3105 private static void assertCanDeletePaths(String... filePaths) { in assertCanDeletePaths() argument
3106 for (String filePath : filePaths) { in assertCanDeletePaths()