Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1262 assertCantInsertDataValue(throwsExceptionForDataValue, absolutePath); in assertCantInsertToOtherPrivateAppDirectories()
1263 assertCantInsertDataValue(throwsExceptionForDataValue, in assertCantInsertToOtherPrivateAppDirectories()
1265 assertCantInsertDataValue(throwsExceptionForDataValue, in assertCantInsertToOtherPrivateAppDirectories()
1280 private static void assertCantInsertDataValue(boolean throwsExceptionForDataValue, in assertCantInsertDataValue() method in TestUtils