Searched refs:httpStatusCode (Results 1 – 2 of 2) sorted by relevance
139 public AuthenticationException(@AuthenticationError int error, int httpStatusCode, in AuthenticationException() argument143 mHttpStatusCode = httpStatusCode; in AuthenticationException()216 private static int convertToHttpStatusCode(int httpStatusCode) { in convertToHttpStatusCode() argument217 if (httpStatusCode == ServiceEntitlementException.HTTP_STATUS_UNSPECIFIED) { in convertToHttpStatusCode()220 return httpStatusCode; in convertToHttpStatusCode()
60 int httpStatusCode; field in CacheManager.CacheResult99 return httpStatusCode; in getHttpStatusCode()