Home
last modified time | relevance | path

Searched defs: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
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java377 List<String> filePaths = new ArrayList<>(); in getFilePathsFromBuildInfo() local
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java3075 private static void assertCanDeletePathsAs(TestApp testApp, String... filePaths) in assertCanDeletePathsAs()
3083 private static void assertCantDeletePathsAs(TestApp testApp, String... filePaths) in assertCantDeletePathsAs()
3105 private static void assertCanDeletePaths(String... filePaths) { in assertCanDeletePaths()