Home | History | Annotate | Download | only in address

Lines Matching refs:POSTDIAL

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);