/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A 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()
|
H A D | DownloadManagerBaseTest.java | 75 protected static final int HTTP_OK = 200; field in DownloadManagerBaseTest 931 mServer.enqueue(buildResponse(HTTP_OK, body)); in enqueueDownloadRequest() 946 mServer.enqueue(buildResponse(HTTP_OK, body)); in enqueueDownloadRequest()
|
H A D | DownloadManagerStressTest.java | 90 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testMultipleDownloads()
|
/aosp14/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
H A D | ProxyServer.java | 46 private static final String HTTP_OK = "HTTP/1.1 200 OK\n"; field in ProxyServer 136 sendLine(connection, HTTP_OK); in run() 157 sendLine(connection, HTTP_OK); in run()
|
/aosp14/frameworks/base/tests/CoreTests/android/core/ |
H A D | HttpConstants.java | 21 public static final int HTTP_OK = 200; field
|
H A D | RequestAPITest.java | 344 testEventHandler.expectStatus(HttpConstants.HTTP_OK); in verifyRedirect()
|
H A D | TestWebServer.java | 791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus()
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
H A D | UrlFetcher.kt | 57 responseCode != HttpURLConnection.HTTP_OK -> {
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssPsdsDownloader.java | 161 if (statusCode != HttpURLConnection.HTTP_OK) { in doDownload()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 362 } else if (response != HttpURLConnection.HTTP_OK) { in seekTo()
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
H A D | DownloadManagerBaseTest.java | 54 protected static final int HTTP_OK = 200; field in DownloadManagerBaseTest
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |