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.java346 if (shouldAcceptInternal(uri, cookie)) { in put()
354 shouldAcceptInternal(uri, cookie)) { in put()
359 if (shouldAcceptInternal(uri, cookie)) { in put()
376 private boolean shouldAcceptInternal(URI uri, HttpCookie cookie) { in shouldAcceptInternal() method in CookieManager