Home
last modified time | relevance | path

Searched defs:getCachedSession (Results 1 – 8 of 8) sorted by relevance

/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DServerSessionContextTest.java36 NativeSslSession getCachedSession(ServerSessionContext context, NativeSslSession s) { in getCachedSession() method in ServerSessionContextTest
DClientSessionContextTest.java42 NativeSslSession getCachedSession(ClientSessionContext context, NativeSslSession s) { in getCachedSession() method in ClientSessionContextTest
DAbstractSessionContextTest.java51 abstract NativeSslSession getCachedSession(T context, NativeSslSession s); in getCachedSession() method in AbstractSessionContextTest
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DServerSessionContextTest.java32 NativeSslSession getCachedSession(ServerSessionContext context, NativeSslSession s) { in getCachedSession() method in ServerSessionContextTest
DClientSessionContextTest.java38 NativeSslSession getCachedSession(ClientSessionContext context, NativeSslSession s) { in getCachedSession() method in ClientSessionContextTest
DAbstractSessionContextTest.java47 abstract NativeSslSession getCachedSession(T context, NativeSslSession s); in getCachedSession() method in AbstractSessionContextTest
/external/conscrypt/common/src/main/java/org/conscrypt/
DClientSessionContext.java59 synchronized NativeSslSession getCachedSession(String hostName, int port, in getCachedSession() method in ClientSessionContext
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DClientSessionContext.java65 synchronized NativeSslSession getCachedSession(String hostName, int port, in getCachedSession() method in ClientSessionContext