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

/libcore/luni/src/main/java/java/net/
H A DHttpCookie.java339 } else if (name.equals("port") && cookie.portList == null) {
340 cookie.portList = value != null ? value : "";
431 private String portList; field in class:HttpCookie
536 return portList;
628 public void setPortlist(String portList) { argument
629 this.portList = portList;
716 appendAttribute(result, "Port", portList);
/libcore/luni/src/test/java/libcore/java/net/
H A DCookiesTest.java286 String portList = Integer.toString(redirectSource.getPort());
287 cookie.setPortlist(portList);
296 + "\";$Port=\"" + portList + "\"");

Completed in 33 milliseconds