Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DCookieManager.java343 if (shouldAcceptInternal(uri, cookie)) { in put()
351 shouldAcceptInternal(uri, cookie)) { in put()
356 if (shouldAcceptInternal(uri, cookie)) { in put()
373 private boolean shouldAcceptInternal(URI uri, HttpCookie cookie) { in shouldAcceptInternal() method in CookieManager