Home
last modified time | relevance | path

Searched refs:clientContext (Results 1 – 3 of 3) 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/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.java138 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()