Searched defs:getCachedSession (Results 1 – 8 of 8) sorted by relevance
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ServerSessionContextTest.java | 36 NativeSslSession getCachedSession(ServerSessionContext context, NativeSslSession s) { in getCachedSession() method in ServerSessionContextTest
|
D | ClientSessionContextTest.java | 42 NativeSslSession getCachedSession(ClientSessionContext context, NativeSslSession s) { in getCachedSession() method in ClientSessionContextTest
|
D | AbstractSessionContextTest.java | 51 abstract NativeSslSession getCachedSession(T context, NativeSslSession s); in getCachedSession() method in AbstractSessionContextTest
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ServerSessionContextTest.java | 32 NativeSslSession getCachedSession(ServerSessionContext context, NativeSslSession s) { in getCachedSession() method in ServerSessionContextTest
|
D | ClientSessionContextTest.java | 38 NativeSslSession getCachedSession(ClientSessionContext context, NativeSslSession s) { in getCachedSession() method in ClientSessionContextTest
|
D | AbstractSessionContextTest.java | 47 abstract NativeSslSession getCachedSession(T context, NativeSslSession s); in getCachedSession() method in AbstractSessionContextTest
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ClientSessionContext.java | 59 synchronized NativeSslSession getCachedSession(String hostName, int port, in getCachedSession() method in ClientSessionContext
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | ClientSessionContext.java | 65 synchronized NativeSslSession getCachedSession(String hostName, int port, in getCachedSession() method in ClientSessionContext
|