HomeSort by relevance Sort by last modified time
    Searched defs:clientContext (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/net/
SSLSessionCache.java 58 SSLSessionContext clientContext = context.getClientSessionContext();
59 if (clientContext instanceof ClientSessionContext) {
60 ((ClientSessionContext) clientContext).setPersistentCache(
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 208 SSLContext clientContext = SSLContext.getInstance("SSL");
209 clientContext.init(new KeyManager[] { new KeyChainKeyManager() }, null, null);
211 connection.setSSLSocketFactory(clientContext.getSocketFactory());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
KeyChainTest.java 326 SSLContext clientContext = SSLContext.getInstance("TLS");
327 clientContext.init(new KeyManager[] { new KeyChainKeyManager() },
331 connection.setSSLSocketFactory(clientContext.getSocketFactory());
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 88 public final SSLContext clientContext;
102 SSLContext clientContext,
115 this.clientContext = clientContext;
157 SSLContext clientContext =
167 clientContext,
180 SSLContext clientContext,
194 clientContext, serverContext,
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 134 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites();
333 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
391 final SSLSocket client1 = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
404 final SSLSocket client2 = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
426 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
457 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
486 SSLContext clientContext = c.clientContext;
488 clientContext.getSocketFactory().createSocket(c.host, c.port);
508 c.clientContext.getSocketFactory().createSocket(c.host, c.port)
    [all...]
SSLSessionTest.java 234 assertEquals(s.s.c.clientContext.getClientSessionContext(),
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 440 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
451 SSLSocketFactory clientSocketFactory = testSSLContext.clientContext.getSocketFactory();
481 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
506 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
586 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
628 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
669 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 335 EGLContext clientContext = RenderTarget.currentContext();
336 TextureSource clientTex = textureForContext(clientContext);
337 ImageShader copyShader = shaderForContext(clientContext);
338 SurfaceTexture surfTex = surfaceTextureForContext(clientContext);
605 EGLContext clientContext = RenderTarget.currentContext();
608 TextureSource clientTex = textureForContext(clientContext);
619 ImageShader transferShader = shaderForContext(clientContext);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 424 milliseconds