Searched refs:getSessionData (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DSSLPerformanceTest.java70 cache.getSessionData("crazybob.org", 443);
82 cache.getSessionData("crazybob.org", 443);
100 cache.getSessionData("crazybob.org", 443);
117 cache.getSessionData("crazybob.org", 443);
130 cache.getSessionData("crazybob.org", 443);
134 byte[] sessionData = cache.getSessionData("foo", 443);
151 cache.getSessionData("crazybob.org", 443);
155 byte[] sessionData = cache.getSessionData("foo", 443);
166 cache.getSessionData("crazybob.org", 443);
180 cache.getSessionData("crazybo
[all...]
H A DDatabaseSessionCache.java225 public byte[] getSessionData(String host, int port) { method in class:DatabaseSessionCache
279 public byte[] getSessionData(byte[] id) { method in class:DatabaseSessionCache
H A DSSLSocketTest.java985 public byte[] getSessionData(String host, int port) { method in class:SSLSocketTest.FakeClientSessionCache
1073 public byte[] getSessionData(String host, int port) { method in class:SSLSocketTest.ClientSessionCacheProxy
1074 byte[] sessionData = delegate.getSessionData(host, port);

Completed in 434 milliseconds