Searched defs:anchors (Results 1 – 9 of 9) sorted by relevance
92 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local100 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local
39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local
98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local
211 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local
309 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local322 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local338 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local358 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local
124 internal var anchors by mutableStateOf(emptyMap<Float, T>()) variable307 latestNonEmptyAnchorsFlow.collect { anchors -> in snapTo() method324 latestNonEmptyAnchorsFlow.collect { anchors -> in animateTo() method356 latestNonEmptyAnchorsFlow.collect { anchors -> in performFling() method
422 val anchors = if (sheetHeight < fullHeight / 2 || sheetState.isSkipHalfExpanded) { in bottomSheetSwipeable() constant