Home
last modified time | relevance | path

Searched refs:commentURL (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java86 private String commentURL; // CommentURL="http URL" ... describes cookie's use field in HttpCookie
305 commentURL = purpose; in setCommentURL()
318 return commentURL; in getCommentURL()
/libcore/ojluni/annotations/hiddenapi/java/net/
DHttpCookie.java247 private java.lang.String commentURL; field in HttpCookie