Searched refs:FakeSession (Results 1 - 1 of 1) 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);
342 class FakeSession implements SSLSession { class in inherits:SSLSession
345 FakeSession(String host) { method in class:FakeSession

Completed in 82 milliseconds