Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfig.java46 private Set<TrustAnchor> mAnchors; field in NetworkSecurityConfig
74 if (mAnchors != null) { in getTrustAnchors()
75 return mAnchors; in getTrustAnchors()
94 mAnchors = anchors; in getTrustAnchors()
95 return mAnchors; in getTrustAnchors()
153 mAnchors = null; in handleTrustStorageUpdate()