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

/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java988 public byte[] getSessionData(String host, int port) { method in class:SSLSocketTest.FakeClientSessionCache
1078 public byte[] getSessionData(String host, int port) { method in class:SSLSocketTest.ClientSessionCacheProxy
1079 byte[] sessionData = delegate.getSessionData(host, port);

Completed in 23 milliseconds