Searched defs:HTTP_OK (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java45 private static final String HTTP_OK = "HTTP/1.1 200 OK\n"; field in class:ProxyServer
127 sendLine(connection, HTTP_OK);
144 sendLine(connection, 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
/frameworks/base/tests/CoreTests/android/core/
H A DHttpConstants.java21 public static final int HTTP_OK = 200; field in interface:HttpConstants
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java73 protected static final int HTTP_OK = 200; field in class:DownloadManagerBaseTest
926 mServer.enqueue(buildResponse(HTTP_OK, body));
941 mServer.enqueue(buildResponse(HTTP_OK, body));

Completed in 173 milliseconds