Searched refs:DEFAULT_PROTOCOLS (Results 1 – 3 of 3) sorted by relevance
54 private static final List<Protocol> DEFAULT_PROTOCOLS = Util.immutableList( field in OkHttpClient606 result.protocols = DEFAULT_PROTOCOLS; in copyWithDefaults()
149 protocols == null ? NativeCrypto.DEFAULT_PROTOCOLS : protocols).clone(); in SSLParametersImpl()
837 static final String[] DEFAULT_PROTOCOLS = TLSV12_PROTOCOLS; field in NativeCrypto