Searched refs:HTTP_OK (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 156 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToExternal_fileExists() 194 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToExternal() 225 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToProhibitedDirectory() 252 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testGetDownloadIdOnNotification() 301 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testRelativeRedirect() 340 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testSetTitle() 372 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadNoWifi() 402 final MockResponse resp = buildResponse(HTTP_OK, blobData); in testServerDropConnection_body()
|
D | DownloadManagerBaseTest.java | 73 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()
|
D | DownloadManagerStressTest.java | 89 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 | 345 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 | GpsXtraDownloader.java | 129 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/java/android/media/ |
D | MediaHTTPConnection.java | 289 } 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/setupwizard/tools/docs/ |
D | android-22.txt | 42979 field public static final int HTTP_OK = 200; // 0xc8
|
/frameworks/base/api/ |
D | current.txt | 55963 field public static final int HTTP_OK = 200; // 0xc8
|
D | system-current.txt | 59871 field public static final int HTTP_OK = 200; // 0xc8
|