Searched refs:portMatches (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DCookieManager.java115 && HttpCookie.portMatches(cookie, uri)) {
182 } else if (cookie.getPortlist() != null && !HttpCookie.portMatches(cookie, uri)) {
H A DHttpCookie.java153 static boolean portMatches(HttpCookie cookie, URI uri) { method in class:HttpCookie

Completed in 62 milliseconds