Searched refs:mIsSameTrustConfiguration (Results 1 – 2 of 2) sorted by relevance
45 private final Method mIsSameTrustConfiguration; field in X509TrustManagerExtensions58 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()
42818 Landroid/net/http/X509TrustManagerExtensions;->mIsSameTrustConfiguration:Ljava/lang/reflect/Method;