Searched defs:client (Results 1 – 12 of 12) 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 | 388 TestClient client = new TestClient(); in testShouldInterceptRequestParams() local 447 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 | 591 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 | 134 ContentProviderClient client = mContentResolver.acquireContentProviderClient( in testCrashOnLaunch() local 268 ContentProviderClient client = mContentResolver.acquireUnstableContentProviderClient( in testUnstableGetType() local
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
| D | ActivityTestBase.java | 290 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 | AndroidKeyPairGeneratorTest.java | 503 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port); in assertUsableInSSLConnection() local
|