Searched refs:useSsl (Results 1 – 2 of 2) sorted by relevance
135 boolean useSsl, boolean trustAllServerCerts, String clientCertAlias) { in makeScheme() argument139 return useSsl ? (trustAllServerCerts ? "httpts" : "https") : "http"; in makeScheme()
432 private int getPortFromSecurityType(boolean useSsl) { in getPortFromSecurityType() argument433 return useSsl ? mServiceInfo.portSsl : mServiceInfo.port; in getPortFromSecurityType()442 public void onUseSslChanged(boolean useSsl) { in onUseSslChanged() argument444 final int mode = useSsl ? View.VISIBLE : View.GONE; in onUseSslChanged()