Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
H A DTestUtils.java1268 boolean throwsExceptionForDataValue, TestApp otherApp, String callingPackageName) in assertCantInsertToOtherPrivateAppDirectories() argument
1284 assertCantInsertDataValue(throwsExceptionForDataValue, absolutePath); in assertCantInsertToOtherPrivateAppDirectories()
1285 assertCantInsertDataValue(throwsExceptionForDataValue, in assertCantInsertToOtherPrivateAppDirectories()
1287 assertCantInsertDataValue(throwsExceptionForDataValue, in assertCantInsertToOtherPrivateAppDirectories()
1302 private static void assertCantInsertDataValue(boolean throwsExceptionForDataValue, in assertCantInsertDataValue() argument
1304 if (throwsExceptionForDataValue) { in assertCantInsertDataValue()
1342 boolean throwsExceptionForDataValue, TestApp otherApp, String callingPackageName) in assertCantUpdateToOtherPrivateAppDirectories() argument
1359 if (throwsExceptionForDataValue) { in assertCantUpdateToOtherPrivateAppDirectories()