Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/support/
DSupport_HttpConstants.java21 public static final int HTTP_OK = 200; field
DSupport_TestWebServer.java722 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus()
/libcore/ojluni/src/main/java/java/net/
DHttpURLConnection.java838 public static final int HTTP_OK = 200;
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DOCSP.java238 con.getResponseCode() != HttpURLConnection.HTTP_OK) { in check()
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java918 .setResponseCode(HttpURLConnection.HTTP_OK) in testEtagHeaders_cachedWithServerHit()
963 .setResponseCode(HttpURLConnection.HTTP_OK) in testEtagHeaders_cachedWithServerMiss()
970 .setResponseCode(HttpURLConnection.HTTP_OK) in testEtagHeaders_cachedWithServerMiss()