Home
last modified time | relevance | path

Searched defs:getSession (Results 1 – 17 of 17) sorted by relevance

/external/testng/src/test/java/test/guice/
DMyContext.java5 MySession getSession(); in getSession() method
DMyContextImpl.java8 public MySession getSession() { in getSession() method in MyContextImpl
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java66 @Override public HttpSession getSession() { in getSession() method in ContinuingHttpServletRequest
70 @Override public HttpSession getSession(boolean create) { in getSession() method in ContinuingHttpServletRequest
/external/conscrypt/common/src/main/java/org/conscrypt/
DServerSessionContext.java59 public SSLSession getSession(byte[] sessionId) { in getSession() method in ServerSessionContext
DClientSessionContext.java71 public SSLSession getSession(String host, int port) { in getSession() method in ClientSessionContext
DAbstractSessionContext.java367 public SSLSession getSession(byte[] sessionId) { in getSession() method
DOpenSSLEngineSocketImpl.java133 public SSLSession getSession() { in getSession() method in OpenSSLEngineSocketImpl
DOpenSSLSocketImpl.java826 public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
DOpenSSLEngineImpl.java505 public SSLSession getSession() { in getSession() method in OpenSSLEngineImpl
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h89 const IPDBSession &getSession() const { return Session; } in getSession() function
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTestUtils.java83 @Override public HttpSession getSession() { in newFakeHttpServletRequest() method
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java199 public SSLSession getSession() { in getSession() method in PlatformTest.TestSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java110 public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java72 @Override public SSLSession getSession() { in getSession() method in DelegatingSSLSocket
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java110 public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/conscrypt/android/src/main/java/org/conscrypt/
DKitKatPlatformOpenSSLSocketImplAdapter.java307 public SSLSession getSession() { in getSession() method in KitKatPlatformOpenSSLSocketImplAdapter
DPreKitKatPlatformOpenSSLSocketImplAdapter.java307 public SSLSession getSession() { in getSession() method in PreKitKatPlatformOpenSSLSocketImplAdapter