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

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 96 CertPathTrustManagerParameters cptmp = new CertPathTrustManagerParameters(pp); local
97 tmf.init(cptmp);
105 CertPathTrustManagerParameters cptmp = new CertPathTrustManagerParameters(pbp); local
107 tmf.init(cptmp);
111 tmf.init(cptmp);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
TrustManagerFactory1Test.java 453 CertPathTrustManagerParameters cptmp = new CertPathTrustManagerParameters(pkixBP); local
456 tmf.init(cptmp);

Completed in 276 milliseconds