Home
last modified time | relevance | path

Searched refs:mAnchors (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfig.java49 private Set<TrustAnchor> mAnchors; field in NetworkSecurityConfig
82 if (mAnchors != null) { in getTrustAnchors()
83 return mAnchors; in getTrustAnchors()
102 mAnchors = anchors; in getTrustAnchors()
103 return mAnchors; in getTrustAnchors()
166 mAnchors = null; in handleTrustStorageUpdate()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47934 Landroid/security/net/config/NetworkSecurityConfig;->mAnchors:Ljava/util/Set;