Home
last modified time | relevance | path

Searched defs:client (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DHttpAuthHandlerTest.java112 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in incorrectCredentialsAccessDenied() local
124 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, null, null); in missingCredentialsAccessDenied() local
136 … ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, CORRECT_USERNAME, CORRECT_PASSWORD); in correctCredentialsAccessGranted() local
166 CancelHttpAuthClient client = new CancelHttpAuthClient(); in testCancel() local
184 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in testUseHttpAuthUsernamePassword() local
DWebViewClientTest.java420 TestClient client = new TestClient(); in testShouldInterceptRequestParams() local
479 TestClient client = new TestClient(); in testShouldInterceptRequestResponse() local
/cts/suite/audio_quality/test/
DClientInterfaceTest.cpp53 ClientImpl* client = reinterpret_cast<ClientImpl*>(mClient); in TEST_F() local
62 ClientImpl* client = reinterpret_cast<ClientImpl*>(mClient); in TEST_F() local
81 ClientImpl* client = reinterpret_cast<ClientImpl*>(mClient); in TEST_F() local
/cts/suite/audio_quality/executable/src/
Dmain.cpp115 ClientInterface* client = factory.createClientInterface(); in main() local
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerConnectionTest.java125 public MockMediaScannerConnection(Context context, MediaScannerConnectionClient client) { in MockMediaScannerConnection()
DMediaScannerTest.java589 public MockMediaScannerConnection(Context context, MediaScannerConnectionClient client) { in MockMediaScannerConnection()
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java207 public void onEvent(DrmManagerClient client, DrmEvent event) { in onEvent()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java139 ContentProviderClient client = mContentResolver.acquireContentProviderClient( in testCrashOnLaunch() local
272 ContentProviderClient client = mContentResolver.acquireUnstableContentProviderClient( in testUnstableGetType() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java347 Socket client = new Socket(); in checkTcpReflection() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java326 public TestCase(CanvasClient client, int id, String viewUrl, in TestCase()
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLEarlyCCSTest.java136 private void checkEarlyCCS(boolean client) throws Exception { in checkEarlyCCS()
DOpenSSLHeartbleedTest.java133 private void checkHeartbleed(boolean client) throws Exception { in checkHeartbleed()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1392 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port); in assertSSLConnectionWithClientAuth() local