Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpResponse.java70 public abstract Builder setCookies(List<String> cookies); in setCookies() method in HttpResponse.Builder
84 .setCookies(ImmutableList.of()) in builder()
DHttpClient.java175 responseBuilder.setCookies(getCookies(connection)); in getHttpResponse()
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
DEapAkaApiTest.java213 .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 …]