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

/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java927 // but the sessions will still be in the persistent cache.
983 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in class:SSLSocketTest.FakeClientSessionCache
987 return sessions.get(host);
994 sessions.put(host, sessionData);
1026 // but the sessions will still be in the persistent cache.

Completed in 125 milliseconds