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.java54 assertFalse(config.isHstsEnforced()); in testEmptyConfigFile()
73 assertFalse(config.isHstsEnforced()); in testEmptyAnchors()
91 assertFalse(config.isHstsEnforced()); in testBasicDomainConfig()
98 assertFalse(config.isHstsEnforced()); in testBasicDomainConfig()
183 assertFalse(config.isHstsEnforced()); in testMultipleDomains()
231 assertTrue(config.isHstsEnforced()); in testAttributes()
241 assertFalse(config.isHstsEnforced()); in testResourcePemCertificateSource()
257 assertFalse(config.isHstsEnforced()); in testResourceDerCertificateSource()
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfig.java103 public boolean isHstsEnforced() { in isHstsEnforced() method in NetworkSecurityConfig