Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DCookiesTest.java82 assertEquals(null, cookie.getCommentURL()); in testNetscapeResponse()
112 assertEquals(null, cookie.getCommentURL()); in testRfc2109Response()
145 assertEquals("http://google.com/", cookie.getCommentURL()); in testRfc2965Response()
179 assertEquals("http://google.com/", cookie.getCommentURL()); in testQuotedAttributeValues()
/external/apache-http/src/org/apache/http/cookie/
DCookie.java78 String getCommentURL(); in getCommentURL() method
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicClientCookie2.java76 public String getCommentURL() { in getCommentURL() method in BasicClientCookie2
DBasicClientCookie.java138 public String getCommentURL() { in getCommentURL() method in BasicClientCookie