Home
last modified time | relevance | path

Searched defs:isSameTrustConfiguration (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
DX509TrustManagerExtensions.java96 Method isSameTrustConfiguration = null; in X509TrustManagerExtensions() local
215 public boolean isSameTrustConfiguration(String hostname1, String hostname2) { in isSameTrustConfiguration() method in X509TrustManagerExtensions
/frameworks/base/core/java/android/security/net/config/
DRootTrustManager.java168 public boolean isSameTrustConfiguration(String hostname1, String hostname2) { in isSameTrustConfiguration() method in RootTrustManager