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

  /external/nist-sip/java/javax/sip/address/
TelURL.java 17 void setPostDial(String postDial) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 72 /** Returns the value of the <code>postDial</code> parameter, or null if it
75 * @return the value of the <code>postDial</code> parameter
131 * @param postDial - new value of the <code>postDial</code> parameter
133 public void setPostDial(String postDial) {
134 this.telephoneNumber.setPostDial(postDial);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 596 final String postDial = PhoneNumberUtils.extractPostDialPortion(dialString);
599 return postDial;
604 if (TextUtils.isEmpty(postDial)) {
608 return number.concat(postDial);
    [all...]

Completed in 401 milliseconds