Searched refs:mAnchors (Results 1 – 2 of 2) sorted by relevance
49 private Set<TrustAnchor> mAnchors; field in NetworkSecurityConfig82 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()
47934 Landroid/security/net/config/NetworkSecurityConfig;->mAnchors:Ljava/util/Set;