Home
last modified time | relevance | path

Searched refs:getHttpStatusCode (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
H A DBlockingHttpClientTests.java73 assertEquals(HttpURLConnection.HTTP_BAD_GATEWAY, e.getHttpStatusCode()); in testError_badGateway()
89 assertEquals(HttpURLConnection.HTTP_CLIENT_TIMEOUT, e.getHttpStatusCode()); in testError_clientTimeout()
105 assertEquals(HttpURLConnection.HTTP_FORBIDDEN, e.getHttpStatusCode()); in testError_forbiddenWithRequest()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
H A DHttpException.java43 public int getHttpStatusCode() { in getHttpStatusCode() method in HttpException
/aosp12/frameworks/base/core/java/android/webkit/
H A DCacheManager.java98 public int getHttpStatusCode() { in getHttpStatusCode() method in CacheManager.CacheResult