Home
last modified time | relevance | path

Searched refs:httpStatusCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/gsma_services/ts43authentication/src/com/android/libraries/ts43authentication/
DAuthenticationException.java139 public AuthenticationException(@AuthenticationError int error, int httpStatusCode, in AuthenticationException() argument
143 mHttpStatusCode = httpStatusCode; in AuthenticationException()
216 private static int convertToHttpStatusCode(int httpStatusCode) { in convertToHttpStatusCode() argument
217 if (httpStatusCode == ServiceEntitlementException.HTTP_STATUS_UNSPECIFIED) { in convertToHttpStatusCode()
220 return httpStatusCode; in convertToHttpStatusCode()
/frameworks/base/core/java/android/webkit/
DCacheManager.java60 int httpStatusCode; field in CacheManager.CacheResult
99 return httpStatusCode; in getHttpStatusCode()