Home
last modified time | relevance | path

Searched refs:HTTP_OK (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java158 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToExternal_fileExists()
196 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToExternal()
227 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToProhibitedDirectory()
254 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testGetDownloadIdOnNotification()
303 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testRelativeRedirect()
342 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testSetTitle()
374 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadNoWifi()
404 final MockResponse resp = buildResponse(HTTP_OK, blobData); in testServerDropConnection_body()
DDownloadManagerBaseTest.java73 protected static final int HTTP_OK = 200; field in DownloadManagerBaseTest
928 mServer.enqueue(buildResponse(HTTP_OK, body)); in enqueueDownloadRequest()
943 mServer.enqueue(buildResponse(HTTP_OK, body)); in enqueueDownloadRequest()
DDownloadManagerStressTest.java90 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testMultipleDownloads()
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java47 private static final String HTTP_OK = "HTTP/1.1 200 OK\n"; field in ProxyServer
137 sendLine(connection, HTTP_OK); in run()
158 sendLine(connection, HTTP_OK); in run()
/frameworks/base/tests/CoreTests/android/core/
DHttpConstants.java21 public static final int HTTP_OK = 200; field
DRequestAPITest.java344 testEventHandler.expectStatus(HttpConstants.HTTP_OK); in verifyRedirect()
DTestWebServer.java791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus()
/frameworks/base/services/core/java/com/android/server/location/
DGpsPsdsDownloader.java134 if (statusCode != HttpURLConnection.HTTP_OK) { in doDownload()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DURLFetcher.java107 if (connection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getWebContentFromUrl()
/frameworks/base/media/apex/java/android/media/
DMedia2HTTPConnection.java284 } else if (response != HttpURLConnection.HTTP_OK) { in seekTo()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java361 } else if (response != HttpURLConnection.HTTP_OK) { in seekTo()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java54 protected static final int HTTP_OK = 200; field in DownloadManagerBaseTest
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java431 if (mServiceConnection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getCert()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java410 HttpURLConnection.HTTP_OK); in verifyRetrieveTrustRootCertsWithoutError()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...