Home
last modified time | relevance | path

Searched refs:clientContext (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerLauncherCallbackTest.java114 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/
DKeyChainTest.java393 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/
DKeyPairGeneratorTest.java1726 SSLContext clientContext = serverContext; in assertUsableForTLSPeerAuthentication() local
1732 clientContext, serverContext, null, x509CertificateChain, x509CertificateChain); in assertUsableForTLSPeerAuthentication()
1741 for (String cipherSuite : clientContext.getDefaultSSLParameters().getCipherSuites()) { in assertUsableForTLSPeerAuthentication()
1753 clientContext, serverContext, fsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication()
1757 clientContext, serverContext, nonFsCipherSuites.toArray(new String[0]), in assertUsableForTLSPeerAuthentication()
1765 SSLContext clientContext, SSLContext serverContext, String[] enabledCipherSuites, in assertSSLConnectionWithClientAuth() argument
1772 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port); in assertSSLConnectionWithClientAuth()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java137 final ContentCaptureContext clientContext = newContentCaptureContext(); in testContentCaptureSessionCache() local
146 .createContentCaptureSession(clientContext); in testContentCaptureSessionCache()
177 final ContentCaptureContext clientContext = newContentCaptureContext(); in testSimpleLifecycle_rootViewSession() local
186 .createContentCaptureSession(clientContext); in testSimpleLifecycle_rootViewSession()