Searched defs:getCookies (Results 1 – 2 of 2) sorted by relevance
74 public @Nullable List<HttpCookie> getCookies() { in getCookies() method in UriDataSourceDesc
101 HttpResponse getCookies = client.execute(new HttpGet("http://my.t-mobile.com/")); in testCookiesWithNonMatchingCase() local