Home
last modified time | relevance | path

Searched defs:assertNoViolation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java306 assertNoViolation( in testFileUriExposure() method
357 assertNoViolation( in testContentUriWithoutPermission() method
385 assertNoViolation( in testUntaggedSocketsHttp() method
407 assertNoViolation( in testUntaggedSocketsRaw() method
611 assertNoViolation(() -> { in testNonSdkApiUsage() method
861 private static void assertNoViolation(ThrowingRunnable r) throws Exception { in assertNoViolation() method in StrictModeTest
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java456 private static void assertNoViolation(StrictMode.VmPolicy policy, ThrowingRunnable r) in assertNoViolation() method in EncryptionAppTest