Searched refs:HTTP_OK (Results 1 – 5 of 5) sorted by relevance
21 public static final int HTTP_OK = 200; field
722 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus()
838 public static final int HTTP_OK = 200;
238 con.getResponseCode() != HttpURLConnection.HTTP_OK) { in check()
918 .setResponseCode(HttpURLConnection.HTTP_OK) in testEtagHeaders_cachedWithServerHit()963 .setResponseCode(HttpURLConnection.HTTP_OK) in testEtagHeaders_cachedWithServerMiss()970 .setResponseCode(HttpURLConnection.HTTP_OK) in testEtagHeaders_cachedWithServerMiss()