/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 158 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()
|
D | DownloadManagerBaseTest.java | 73 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()
|
D | DownloadManagerStressTest.java | 90 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testMultipleDownloads()
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyServer.java | 47 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/ |
D | HttpConstants.java | 21 public static final int HTTP_OK = 200; field
|
D | RequestAPITest.java | 344 testEventHandler.expectStatus(HttpConstants.HTTP_OK); in verifyRedirect()
|
D | TestWebServer.java | 791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsPsdsDownloader.java | 134 if (statusCode != HttpURLConnection.HTTP_OK) { in doDownload()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | URLFetcher.java | 107 if (connection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getWebContentFromUrl()
|
/frameworks/base/media/apex/java/android/media/ |
D | Media2HTTPConnection.java | 284 } else if (response != HttpURLConnection.HTTP_OK) { in seekTo()
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPConnection.java | 361 } else if (response != HttpURLConnection.HTTP_OK) { in seekTo()
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerBaseTest.java | 54 protected static final int HTTP_OK = 200; field in DownloadManagerBaseTest
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuServerConnection.java | 431 if (mServiceConnection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getCert()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | OsuServerConnectionTest.java | 410 HttpURLConnection.HTTP_OK); in verifyRetrieveTrustRootCertsWithoutError()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |