Searched refs:anchors (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | Swipeable.kt | 127 snapshotFlow { anchors } 247 anchors = anchors.keys, 361 anchors = anchors.keys, 556 anchors: Map<Float, T>, 581 require(anchors.values.distinct().count() == anchors.size) { 585 state.ensureInit(anchors) 588 state.anchors = anchors 724 anchors: Set<Float> 751 anchors: Set<Float>, 824 anchors: Set<Float>, [all …]
|
H A D | ModalBottomSheet.kt | 124 get() = anchors.values.contains(HalfExpanded) 363 val y = if (sheetState.anchors.isEmpty()) { 422 val anchors = if (sheetHeight < fullHeight / 2 || sheetState.isSkipHalfExpanded) { regex 436 anchors = anchors,
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | KeyStoreCertificateSource.java | 98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local 99 if (anchors.isEmpty()) { in findAllByIssuerAndSignature() 102 Set<X509Certificate> certs = new ArraySet<X509Certificate>(anchors.size()); in findAllByIssuerAndSignature() 103 for (java.security.cert.TrustAnchor anchor : anchors) { in findAllByIssuerAndSignature()
|
H A D | CertificatesEntryRef.java | 39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local 41 anchors.add(new TrustAnchor(cert, mOverridesPins)); in getTrustAnchors() 43 return anchors; in getTrustAnchors()
|
H A D | ResourceCertificateSource.java | 108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local 109 if (anchors.isEmpty()) { in findAllByIssuerAndSignature() 112 Set<X509Certificate> certs = new ArraySet<X509Certificate>(anchors.size()); in findAllByIssuerAndSignature() 113 for (java.security.cert.TrustAnchor anchor : anchors) { in findAllByIssuerAndSignature()
|
H A D | NetworkSecurityConfig.java | 84 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local 85 for (TrustAnchor anchor : anchors) { in getTrustAnchors() 92 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local 93 anchors.addAll(anchorMap.values()); in getTrustAnchors() 94 mAnchors = anchors; in getTrustAnchors()
|
H A D | NetworkSecurityTrustManager.java | 170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local 171 X509Certificate[] issuers = new X509Certificate[anchors.size()]; in getAcceptedIssuers() 173 for (TrustAnchor anchor : anchors) { in getAcceptedIssuers()
|
H A D | XmlConfigSource.java | 206 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local 210 anchors.add(parseCertificatesEntry(parser, defaultOverridePins)); in parseTrustAnchors() 215 return anchors; in parseTrustAnchors()
|
/aosp14/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
H A D | XmlConfigTests.java | 317 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local 318 MoreAsserts.assertEmpty(anchors); in testDebugOverridesDisabled() 330 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local 331 MoreAsserts.assertNotEmpty(anchors); in testBasicDebugOverrides() 332 for (TrustAnchor anchor : anchors) { in testBasicDebugOverrides() 346 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local 348 for (TrustAnchor anchor : anchors) { in testDebugOverridesWithDomain() 366 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local 368 for (TrustAnchor anchor : anchors) { in testDebugInherit() 375 assertTrue(anchors.size() > 1); in testDebugInherit()
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 944 # or removed, the anchors will not be placed correctly.
|