Searched refs:getTrustAnchors (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java55 assertFalse(config.getTrustAnchors().isEmpty());
74 assertTrue(config.getTrustAnchors().isEmpty());
92 assertTrue(config.getTrustAnchors().isEmpty());
99 assertFalse(config.getTrustAnchors().isEmpty());
184 assertFalse(config.getTrustAnchors().isEmpty());
242 assertEquals(2, config.getTrustAnchors().size());
258 assertEquals(2, config.getTrustAnchors().size());
278 MoreAsserts.assertNotEmpty(child.getTrustAnchors());
300 Set<TrustAnchor> anchors = config.getTrustAnchors();
311 Set<TrustAnchor> anchors = config.getTrustAnchors();
[all...]
H A DNetworkSecurityConfigTests.java232 assert(!config.getTrustAnchors().isEmpty());
274 Set<TrustAnchor> preNAnchors = preNConfig.getTrustAnchors();
275 Set<TrustAnchor> nAnchors = nConfig.getTrustAnchors();
/frameworks/base/core/java/android/security/net/config/
H A DCertificatesEntryRef.java37 public Set<TrustAnchor> getTrustAnchors() { method in class:CertificatesEntryRef
H A DNetworkSecurityConfig.java72 public Set<TrustAnchor> getTrustAnchors() { method in class:NetworkSecurityConfig
84 Set<TrustAnchor> anchors = ref.getTrustAnchors();
H A DNetworkSecurityTrustManager.java170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors();

Completed in 127 milliseconds