Searched refs:calls (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java680 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls);
761 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls);
1629 assertEquals(Arrays.asList("verify " + hostName), hostnameVerifier.calls);
1635 trustManager.calls);
2389 private final List<String> calls = new ArrayList<String>(); field in class:URLConnectionTest.RecordingTrustManager
2392 calls.add("getAcceptedIssuers");
2398 calls.add("checkClientTrusted " + certificatesToString(chain) + " " + authType);
2403 calls.add("checkServerTrusted " + certificatesToString(chain) + " " + authType);
2416 private final List<String> calls = new ArrayList<String>(); field in class:URLConnectionTest.RecordingHostnameVerifier
2419 calls
[all...]
/libcore/luni/src/test/java/libcore/xml/
H A DDomTest.java577 // implementation calls through to hasFeature (as tested above)
588 // implementation calls through to hasFeature (as tested above)
873 assertEquals(expected, handler.calls);
895 assertEquals(expected, handler.calls);
917 assertEquals(expected, handler.calls);
940 assertEquals(expected, handler.calls);
1075 assertEquals(expected, handler.calls);
1334 assertEquals(expected, handler.calls);
1689 final Set<String> calls = new HashSet<String>(); field in class:DomTest.RecordingHandler
1691 calls
[all...]

Completed in 151 milliseconds