Home
last modified time | relevance | path

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

/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DXmlConfigTests.java56 assertFalse(config.isHstsEnforced()); in testEmptyConfigFile()
76 assertFalse(config.isHstsEnforced()); in testEmptyAnchors()
95 assertFalse(config.isHstsEnforced()); in testBasicDomainConfig()
102 assertFalse(config.isHstsEnforced()); in testBasicDomainConfig()
192 assertFalse(config.isHstsEnforced()); in testMultipleDomains()
243 assertTrue(config.isHstsEnforced()); in testAttributes()
254 assertFalse(config.isHstsEnforced()); in testResourcePemCertificateSource()
271 assertFalse(config.isHstsEnforced()); in testResourceDerCertificateSource()
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfig.java103 public boolean isHstsEnforced() { in isHstsEnforced() method in NetworkSecurityConfig