Searched refs:isSameTrustConfiguration (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DX509TrustManagerExtensions.java76 // Get the option isSameTrustConfiguration method.
77 Method isSameTrustConfiguration = null;
79 isSameTrustConfiguration = tm.getClass().getMethod("isSameTrustConfiguration",
84 mIsSameTrustConfiguration = isSameTrustConfiguration;
140 public boolean isSameTrustConfiguration(String hostname1, String hostname2) { method in class:X509TrustManagerExtensions
147 throw new RuntimeException("Failed to call isSameTrustConfiguration", e);
152 throw new RuntimeException("isSameTrustConfiguration failed", e.getCause());
/frameworks/base/core/java/android/security/net/config/
H A DRootTrustManager.java149 public boolean isSameTrustConfiguration(String hostname1, String hostname2) { method in class:RootTrustManager

Completed in 66 milliseconds