Searched refs:getHttpStatus (Results 1 – 3 of 3) sorted by relevance
137 if (e.getHttpStatus() == RESPONSE_TOKEN_EXPIRED) { in checkEntitlementStatus()147 } else if (e.getHttpStatus() == RESPONSE_RETRY_AFTER && !TextUtils.isEmpty( in checkEntitlementStatus()
122 public int getHttpStatus() { in getHttpStatus() method in ServiceEntitlementException
128 assertThat(exception.getHttpStatus()).isEqualTo(HttpURLConnection.HTTP_BAD_REQUEST); in request_httpGetResponseBadRequest_throwsException()