Searched refs:clientContext (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerLauncherCallbackTest.java | 117 public synchronized ShortcutListAsserter assertCalled(Context clientContext) { in assertCalled() argument 118 assertEquals(clientContext.getPackageName(), lastPackage); in assertCalled()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 393 SSLContext clientContext = SSLContext.getInstance("TLS"); in makeHttpsRequest() local 394 clientContext.init(new KeyManager[] { new KeyChainKeyManager() }, in makeHttpsRequest() 398 connection.setSSLSocketFactory(clientContext.getSocketFactory()); in makeHttpsRequest()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivityTest.java | 138 final ContentCaptureContext clientContext = newContentCaptureContext(); in testContentCaptureSessionCache() local 147 .createContentCaptureSession(clientContext); in testContentCaptureSessionCache() 178 final ContentCaptureContext clientContext = newContentCaptureContext(); in testSimpleLifecycle_rootViewSession() local 187 .createContentCaptureSession(clientContext); in testSimpleLifecycle_rootViewSession()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyPairGeneratorTest.java | 1974 SSLContext clientContext = serverContext; in assertUsableForTLSPeerAuthentication() local 1980 clientContext, serverContext, null, x509CertificateChain, x509CertificateChain); in assertUsableForTLSPeerAuthentication() 1989 for (String cipherSuite : clientContext.getDefaultSSLParameters().getCipherSuites()) { in assertUsableForTLSPeerAuthentication() 2001 clientContext, serverContext, fsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication() 2005 clientContext, serverContext, nonFsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication() 2013 SSLContext clientContext, SSLContext serverContext, String[] enabledCipherSuites, in assertSSLConnectionWithClientAuth() argument 2020 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port); in assertSSLConnectionWithClientAuth()
|