Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2253 assertCantDeletePathsAs(APP_A_HAS_RES, pendingVideoFilePath, trashedImageFilePath, in testDeletePendingAndTrashed_otherAppCantDelete()
2319 assertCantDeletePathsAs(APP_A_HAS_RES, pendingPdfFilePath, trashedPdfFilePath); in testDeletePendingAndTrashed_systemGalleryCanDeleteMedia()
3381 private static void assertCantDeletePathsAs(TestApp testApp, String... filePaths) in assertCantDeletePathsAs() method in ScopedStorageDeviceTest