HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CONTEXT_PROTOCOLS (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 50 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
68 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
84 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
99 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
113 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
127 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
149 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
171 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
214 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
231 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 447 public static final Set<String> SSL_CONTEXT_PROTOCOLS = new HashSet<String>(Arrays.asList(
    [all...]

Completed in 2396 milliseconds