Searched refs:assertNoViolation (Results 1 – 1 of 1) sorted by relevance
161 assertNoViolation(() -> references.add(new LimitedClass())); in testClassInstanceLimit()205 assertNoViolation( in testEncryptedNetwork()229 assertNoViolation( in testFileUriExposure() method258 assertNoViolation( in testContentUriWithoutPermission() method286 assertNoViolation( in testUntaggedSocketsHttp() method308 assertNoViolation( in testUntaggedSocketsRaw() method449 assertNoViolation(() -> service.getPid()); in testViolationAcrossBinder()497 assertNoViolation(() -> { in testNonSdkApiUsage() method576 private static void assertNoViolation(ThrowingRunnable r) throws Exception { in assertNoViolation() method in StrictModeTest