Home
last modified time | relevance | path

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

12

/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.java64 public HttpSession getSession() { in getSession() method in ContinuingHttpServletRequest
69 public HttpSession getSession(boolean create) { in getSession() method in ContinuingHttpServletRequest
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h89 const IPDBSession &getSession() const { return Session; } in getSession() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h121 const IPDBSession &getSession() const { return Session; } in getSession() function
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTestUtils.java88 public HttpSession getSession() { in newFakeHttpServletRequest() method
/external/conscrypt/publicapi/src/test/java/android/net/ssl/
DSSLSocketsTest.java52 @Override public SSLSession getSession() { throw new AssertionError(); } in getSession() method in SSLSocketsTest.BrokenSSLSocket
DSSLEnginesTest.java57 @Override public SSLSession getSession() { throw new AssertionError(); } in getSession() method in SSLEnginesTest.BrokenSSLEngine
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DAbstractSessionContext.java119 public final SSLSession getSession(byte[] sessionId) { in getSession() method
DClientSessionContext.java123 private NativeSslSession getSession(String host, int port) { in getSession() method in ClientSessionContext
DJava8EngineWrapper.java171 public SSLSession getSession() { in getSession() method in Java8EngineWrapper
DConscryptFileDescriptorSocket.java651 public final SSLSession getSession() { in getSession() method in ConscryptFileDescriptorSocket
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java118 public final SSLSession getSession(byte[] sessionId) { in getSession() method
DClientSessionContext.java117 private NativeSslSession getSession(String host, int port) { in getSession() method in ClientSessionContext
DConscryptFileDescriptorSocket.java650 public final SSLSession getSession() { in getSession() method in ConscryptFileDescriptorSocket
DJava8EngineWrapper.java170 public SSLSession getSession() { in getSession() method in Java8EngineWrapper
/external/okhttp/android/src/test/java/com/squareup/okhttp/internal/
DPlatformTest.java191 public SSLSession getSession() { in getSession() method in PlatformTest.TestSSLSocketImpl
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDataUsageController.java82 private INetworkStatsSession getSession() { in getSession() method in DataUsageController
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpProtocolNegotiatorTest.java270 public SSLSession getSession() { in getSession() method in OkHttpProtocolNegotiatorTest.FakeAndroidSslSocket
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java114 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/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java114 public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DTrustManagerImplTest.java416 public SSLSession getSession() { in getSession() method in TrustManagerImplTest.FakeSSLSocket
/external/conscrypt/common/src/test/java/org/conscrypt/
DTrustManagerImplTest.java410 public SSLSession getSession() { in getSession() method in TrustManagerImplTest.FakeSSLSocket
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java307 public SSLSession getSession() { in getSession() method in PreKitKatPlatformOpenSSLSocketImplAdapter

12