HomeSort by relevance Sort by last modified time
    Searched defs:setETag (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/javax/sip/header/
SIPETagHeader.java 9 void setETag(String etag) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPETag.java 59 this.setETag( tag );
83 public void setETag(String etag) throws ParseException {
87 + "SIP-ETag, setETag(), the etag parameter is null");
98 this.setETag(value);
SIPIfMatch.java 59 this.setETag( etag );
82 public void setETag(String etag) throws ParseException {
86 + "SIP-If-Match, setETag(), the etag parameter is null");
95 this.setETag(value);
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 139 milliseconds