Home | History | Annotate | Download | only in telephony

Lines Matching defs:PAUSE

55      * 'p' --- GSM pause character, same as comma
59 public static final char PAUSE = ',';
111 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
115 || c == WILD || c == WAIT || c == PAUSE;
119 * post-dial string (eg this is PAUSE or WAIT)
123 return c == PAUSE || c == WAIT;
200 * separators (pause or wait), but without non-dialable characters.
294 * Converts pause and tonewait pause characters
296 * RFC 3601 says pause is 'p' and tonewait is 'w'.
310 c = PAUSE;
347 pIndex = a.indexOf(PAUSE);
960 case 0xc: return PAUSE;
975 } else if (c == PAUSE) {
1902 * ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE