Searched defs:mIsSameTrustConfiguration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DX509TrustManagerExtensions.java46 private final Method mIsSameTrustConfiguration; field in class:X509TrustManagerExtensions
59 mIsSameTrustConfiguration = null;
83 mIsSameTrustConfiguration = isSameTrustConfiguration;
138 if (mIsSameTrustConfiguration == null) {
142 return (Boolean) mIsSameTrustConfiguration.invoke(mTrustManager, hostname1, hostname2);

Completed in 81 milliseconds