Home | History | Annotate | Download | only in telephony

Lines Matching defs:PAUSE

84      * 'p' --- GSM pause character, same as comma
88 public static final char PAUSE = ',';
143 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
147 || c == WILD || c == WAIT || c == PAUSE;
151 * post-dial string (eg this is PAUSE or WAIT)
155 return c == PAUSE || c == WAIT;
235 * separators (pause or wait), but without non-dialable characters.
350 * Converts pause and tonewait pause characters
352 * RFC 3601 says pause is 'p' and tonewait is 'w'.
366 c = PAUSE;
403 pIndex = a.indexOf(PAUSE);
2380 * ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE