HomeSort by relevance Sort by last modified time
    Searched refs:POSTDIAL (Results 1 - 3 of 3) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 41 public static final String POSTDIAL = "postdial";
TelephoneNumber.java 41 public static final String POSTDIAL = ParameterNames.POSTDIAL;
78 /** get the PostDial field
82 return (String) parameters.getValue(POSTDIAL);
93 /** returns true if th PostDial field exists
97 return parameters.getValue(POSTDIAL) != null;
124 /** remove the PostDial field
127 parameters.delete(POSTDIAL);
152 /** set the PostDial field
156 NameValue nv = new NameValue(POSTDIAL, p)
    [all...]
GenericURI.java 47 public static final String POSTDIAL = ParameterNames.POSTDIAL;

Completed in 183 milliseconds