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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java1469 private void updateDialString(char newDigit) { argument
1470 if (newDigit != WAIT && newDigit != PAUSE) {
1491 if (canAddDigit(digits, selectionStart, selectionEnd, newDigit)) {
1492 digits.replace(selectionStart, selectionEnd, Character.toString(newDigit));
1554 * Returns true of the newDigit parameter can be added at the current selection
1561 char newDigit) {
1562 if(newDigit != WAIT && newDigit != PAUSE) {
1578 if (newDigit
1560 canAddDigit(CharSequence digits, int start, int end, char newDigit) argument
[all...]

Completed in 1321 milliseconds