Searched refs:setCookies (Results 1 – 3 of 3) sorted by relevance
70 public abstract Builder setCookies(List<String> cookies); in setCookies() method in HttpResponse.Builder84 .setCookies(ImmutableList.of()) in builder()
175 responseBuilder.setCookies(getCookies(connection)); in getHttpResponse()
213 .setCookies(ImmutableList.of(COOKIE_VALUE, COOKIE_VALUE_1)) in queryEntitlementStatus_noAuthenticationToken()260 .setCookies(ImmutableList.of(COOKIE_VALUE, COOKIE_VALUE_1)) in queryEntitlementStatus_noAuthenticationToken_useHttpPost()308 .setCookies(ImmutableList.of(COOKIE_VALUE, COOKIE_VALUE_1)) in queryEntitlementStatus_noAuthenticationToken_invalidChallenge()350 .setCookies(ImmutableList.of(COOKIE_VALUE, COOKIE_VALUE_1)) in queryEntitlementStatus_noAuthenticationToken_secondChallenge()397 .setCookies(ImmutableList.of(COOKIE_VALUE, COOKIE_VALUE_1)) in queryEntitlementStatus_noAuthenticationToken_thirdChallenge()449 .setCookies(ImmutableList.of(COOKIE_VALUE, COOKIE_VALUE_1)) in queryEntitlementStatus_noAuthenticationToken_fourthChallenge_throwException()539 .setCookies(ImmutableList.of(COOKIE_VALUE)) in queryEntitlementStatus_noAuthenticationToken_handleEapAkaSyncFailure()578 .setCookies(ImmutableList.of(COOKIE_VALUE)) in queryEntitlementStatus_noAuthenticationToken_eapAkaSyncFailure_invalidChallenge()584 .setCookies(ImmutableList.of(COOKIE_VALUE)) in queryEntitlementStatus_noAuthenticationToken_eapAkaSyncFailure_invalidChallenge()625 .setCookies(ImmutableList.of(COOKIE_VALUE)) in queryEntitlementStatus_noAuthenticationToken_fourthEapAkaSyncFailure()[all …]