Searched defs:setComment (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipEntry.java280 public void setComment(String comment) { method in class:ZipEntry
299 * @see #setComment(String)
H A DZipOutputStream.java132 public void setComment(String comment) { method in class:ZipOutputStream
/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java309 public void setComment(String purpose) { method in class:HttpCookie
323 * @see #setComment
1039 if (cookie.getComment() == null) cookie.setComment(attrValue);

Completed in 103 milliseconds