Searched refs:GRUU (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DParameterNames.java158 public static final String GRUU = "gruu"; field in interface:ParameterNames
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java1033 return uriParms.getNameValue(GRUU) != null;
1042 this.uriParms.set(GRUU, value); // JvB: fixed to not add duplicates
1051 return (String) this.uriParms.getValue(GRUU); // JvB: fixed to not add duplicates
H A DNetObject.java66 protected static final String GRUU = "gr"; field in class:NetObject

Completed in 101 milliseconds