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

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

Completed in 54 milliseconds