Home
last modified time | relevance | path

Searched refs:getValueNames (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java185 assertNotNull(s.getValueNames()); in test_putValue()
186 assertEquals(0, s.getValueNames().length); in test_putValue()
190 assertEquals(3, s.getValueNames().length); in test_putValue()
192 assertEquals(2, s.getValueNames().length); in test_putValue()
648 assertEquals(Arrays.toString(a.getValueNames()), Arrays.toString(b.getValueNames())); in assertSSLSessionsEqual()
649 for (String name : a.getValueNames()) { in assertSSLSessionsEqual()
DSSLSessionBindingEventTest.java205 public String[] getValueNames() { in getValueNames() method in MySSLSession
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLSession.java213 public String [] getValueNames(); in getValueNames() method
/libcore/support/src/test/java/libcore/javax/net/ssl/
DFakeSSLSession.java95 public String[] getValueNames() { in getValueNames() method in FakeSSLSession
/libcore/benchmarks/src/benchmarks/regression/
DHostnameVerifierBenchmark.java150 public String[] getValueNames() { in getValueNames() method in HostnameVerifierBenchmark.FakeSSLSession
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java157 public String[] getValueNames() { in getValueNames() method in mySSLSession
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DDefaultHostnameVerifierTest.java535 public String[] getValueNames() { in getValueNames() method in DefaultHostnameVerifierTest.StubSSLSession
/libcore/api/
Dcurrent.txt18043 method public String[] getValueNames();