Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java161 assertNoViolation(() -> references.add(new LimitedClass())); in testClassInstanceLimit()
205 assertNoViolation( in testEncryptedNetwork()
229 assertNoViolation( in testFileUriExposure() method
258 assertNoViolation( in testContentUriWithoutPermission() method
286 assertNoViolation( in testUntaggedSocketsHttp() method
308 assertNoViolation( in testUntaggedSocketsRaw() method
449 assertNoViolation(() -> service.getPid()); in testViolationAcrossBinder()
497 assertNoViolation(() -> { in testNonSdkApiUsage() method
576 private static void assertNoViolation(ThrowingRunnable r) throws Exception { in assertNoViolation() method in StrictModeTest