Searched defs:PAUSE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java156 private static final char PAUSE = ','; field in class:DialpadFragment
1451 updateDialString(PAUSE);
1470 if (newDigit != WAIT && newDigit != PAUSE) {
1472 "Not expected for anything other than PAUSE & WAIT");
1556 * Only prevents input of WAIT and PAUSE digits at an unsupported position.
1562 if(newDigit != WAIT && newDigit != PAUSE) {
1564 "Should not be called for anything other than PAUSE & WAIT");

Completed in 31 milliseconds