Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/http/
DX509TrustManagerExtensions.java45 private final Method mIsSameTrustConfiguration; field in X509TrustManagerExtensions
58 mIsSameTrustConfiguration = null; in X509TrustManagerExtensions()
82 mIsSameTrustConfiguration = isSameTrustConfiguration; in X509TrustManagerExtensions()
136 if (mIsSameTrustConfiguration == null) { in isSameTrustConfiguration()
140 return (Boolean) mIsSameTrustConfiguration.invoke(mTrustManager, hostname1, hostname2); in isSameTrustConfiguration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42818 Landroid/net/http/X509TrustManagerExtensions;->mIsSameTrustConfiguration:Ljava/lang/reflect/Method;