Searched defs:client (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | HttpAuthHandlerTest.java | 112 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
|
D | WebViewClientTest.java | 420 TestClient client = new TestClient(); in testShouldInterceptRequestParams() local 479 TestClient client = new TestClient(); in testShouldInterceptRequestResponse() local
|
/cts/suite/audio_quality/test/ |
D | ClientInterfaceTest.cpp | 53 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/ |
D | main.cpp | 115 ClientInterface* client = factory.createClientInterface(); in main() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaScannerConnectionTest.java | 125 public MockMediaScannerConnection(Context context, MediaScannerConnectionClient client) { in MockMediaScannerConnection()
|
D | MediaScannerTest.java | 589 public MockMediaScannerConnection(Context context, MediaScannerConnectionClient client) { in MockMediaScannerConnection()
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | DRMTest.java | 207 public void onEvent(DrmManagerClient client, DrmEvent event) { in onEvent()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverTest.java | 139 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/ |
D | VpnTest.java | 347 Socket client = new Socket(); in checkTcpReflection() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 326 public TestCase(CanvasClient client, int id, String viewUrl, in TestCase()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | OpenSSLEarlyCCSTest.java | 136 private void checkEarlyCCS(boolean client) throws Exception { in checkEarlyCCS()
|
D | OpenSSLHeartbleedTest.java | 133 private void checkHeartbleed(boolean client) throws Exception { in checkHeartbleed()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyPairGeneratorTest.java | 1392 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port); in assertSSLConnectionWithClientAuth() local
|