Searched defs:getSessionData (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
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 42 milliseconds