Searched refs:setSafeBrowsingAllowlistSync (Results 1 – 1 of 1) sorted by relevance
2449 private static boolean setSafeBrowsingAllowlistSync(List<String> allowlist) { in setSafeBrowsingAllowlistSync() method in WebViewTest2473 assertFalse("Malformed list entry should fail", setSafeBrowsingAllowlistSync(allowlist)); in testSetSafeBrowsingAllowlistWithMalformedList()2485 assertTrue("Valid allowlist should be successful", setSafeBrowsingAllowlistSync(allowlist)); in testSetSafeBrowsingAllowlistWithValidList()