Home
last modified time | relevance | path

Searched refs:sbl (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionBindingListenerTest.java66 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_valueBound() local
67 ss.putValue("test", sbl); in test_valueBound()
68 assertTrue("valueBound was not called.", sbl.boundDone); in test_valueBound()
80 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_valueUnbound() local
81 ss.putValue("test", sbl); in test_valueUnbound()
83 assertTrue("valueUnbound was not called.", sbl.unboundDone); in test_valueUnbound()
DSSLSessionTest.java184 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_putValue() local
187 s.putValue("Name_01", sbl); in test_putValue()
188 s.putValue("Name_02", sbl); in test_putValue()
189 s.putValue("Name_03", sbl); in test_putValue()
207 s.putValue(null, sbl); in test_putValue()
226 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_getValue() local
235 s.putValue("Name", sbl); in test_getValue()