Searched refs:clientContext (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerLauncherCallbackTest.java | 114 public synchronized ShortcutListAsserter assertCalled(Context clientContext) { in assertCalled() argument 115 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/tests/keystore/src/android/keystore/cts/ |
D | KeyPairGeneratorTest.java | 1725 SSLContext clientContext = serverContext; in assertUsableForTLSPeerAuthentication() local 1731 clientContext, serverContext, null, x509CertificateChain, x509CertificateChain); in assertUsableForTLSPeerAuthentication() 1740 for (String cipherSuite : clientContext.getDefaultSSLParameters().getCipherSuites()) { in assertUsableForTLSPeerAuthentication() 1752 clientContext, serverContext, fsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication() 1756 clientContext, serverContext, nonFsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication() 1764 SSLContext clientContext, SSLContext serverContext, String[] enabledCipherSuites, in assertSSLConnectionWithClientAuth() argument 1771 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port); in assertSSLConnectionWithClientAuth()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivityTest.java | 129 final ContentCaptureContext clientContext = newContentCaptureContext(); in testSimpleLifecycle_rootViewSession() local 138 .createContentCaptureSession(clientContext); in testSimpleLifecycle_rootViewSession()
|