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

/frameworks/base/tests/CoreTests/android/core/
H A DSSLPerformanceTest.java126 cache.putSessionData(new FakeSession("foo"), SESSION_DATA);
146 cache.putSessionData(new FakeSession("foo"), SESSION_DATA);
170 cache.putSessionData(new FakeSession("foo"), SESSION_DATA);
184 cache.putSessionData(new FakeSession("foo"), SESSION_DATA);
272 cache.putSessionData(new FakeSession("host" + i), SESSION_DATA);
H A DSSLSocketTest.java990 public void putSessionData(SSLSession session, byte[] sessionData) { method in class:SSLSocketTest.FakeClientSessionCache
1080 public void putSessionData(SSLSession session, byte[] sessionData) { method in class:SSLSocketTest.ClientSessionCacheProxy
1081 delegate.putSessionData(session, sessionData);
H A DDatabaseSessionCache.java180 public void putSessionData(SSLSession session, byte[] der) { method in class:DatabaseSessionCache

Completed in 43 milliseconds