Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java313 public void setCommentURL(String purpose) { in setCommentURL() method in HttpCookie
928 cookie.setCommentURL(attrValue);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java340 cookie.setCommentURL("http://www.test.com"); in test_Get_SetCommentURL()
343 cookie.setCommentURL("schema://harmony.test.org"); in test_Get_SetCommentURL()
486 cookie.setCommentURL("\u63DF"); in test_ToString()
/libcore/luni/src/test/java/libcore/java/net/
DAbstractCookiesTest.java717 valueCookie.setCommentURL("commentURL"); in testCookieEquality()