Home
last modified time | relevance | path

Searched defs:anchors (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java84 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local
92 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local
H A DCertificatesEntryRef.java39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local
H A DKeyStoreCertificateSource.java98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
H A DResourceCertificateSource.java108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
H A DNetworkSecurityTrustManager.java170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local
H A DXmlConfigSource.java206 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local
/aosp14/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java317 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local
330 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local
346 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local
366 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DModalBottomSheet.kt422 val anchors = if (sheetHeight < fullHeight / 2 || sheetState.isSkipHalfExpanded) { regex