Searched refs:HTTP_OK (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java156 enqueueResponse(buildResponse(HTTP_OK, blobData));
194 enqueueResponse(buildResponse(HTTP_OK, blobData));
225 enqueueResponse(buildResponse(HTTP_OK, blobData));
252 enqueueResponse(buildResponse(HTTP_OK, blobData));
301 enqueueResponse(buildResponse(HTTP_OK, blobData));
340 enqueueResponse(buildResponse(HTTP_OK, blobData));
372 enqueueResponse(buildResponse(HTTP_OK, blobData));
402 final MockResponse resp = buildResponse(HTTP_OK, blobData);
H A DDownloadManagerStressTest.java89 enqueueResponse(buildResponse(HTTP_OK, blobData));
H A DDownloadManagerBaseTest.java73 protected static final int HTTP_OK = 200; field in class:DownloadManagerBaseTest
925 mServer.enqueue(buildResponse(HTTP_OK, body));
940 mServer.enqueue(buildResponse(HTTP_OK, body));
/frameworks/base/tests/CoreTests/android/core/
H A DHttpConstants.java21 public static final int HTTP_OK = 200; field in interface:HttpConstants
H A DRequestAPITest.java345 testEventHandler.expectStatus(HttpConstants.HTTP_OK);
H A DTestWebServer.java791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java47 private static final String HTTP_OK = "HTTP/1.1 200 OK\n"; field in class:ProxyServer
137 sendLine(connection, HTTP_OK);
158 sendLine(connection, HTTP_OK);
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DURLFetcher.java107 if (connection.getResponseCode() != HttpURLConnection.HTTP_OK) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java127 if (statusCode != HttpURLConnection.HTTP_OK) {
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java288 } else if (response != HttpURLConnection.HTTP_OK) {
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java54 protected static final int HTTP_OK = 200; field in class:DownloadManagerBaseTest

Completed in 260 milliseconds