Searched refs:hostname1 (Results 1 – 2 of 2) sorted by relevance
137 public boolean isSameTrustConfiguration(String hostname1, String hostname2) { in isSameTrustConfiguration() argument142 return (Boolean) mIsSameTrustConfiguration.invoke(mTrustManager, hostname1, hostname2); in isSameTrustConfiguration()
149 public boolean isSameTrustConfiguration(String hostname1, String hostname2) { in isSameTrustConfiguration() argument150 return mConfig.getConfigForHostname(hostname1) in isSameTrustConfiguration()