Searched refs:newDigit (Results 1 – 1 of 1) sorted by relevance
266 /* package */ static boolean canAddDigit(CharSequence digits, int start, int end, char newDigit) { in canAddDigit() argument267 if (newDigit != WAIT && newDigit != PAUSE) { in canAddDigit()287 if (newDigit == WAIT) { in canAddDigit()1442 private void updateDialString(char newDigit) { in updateDialString() argument1443 if (newDigit != WAIT && newDigit != PAUSE) { in updateDialString()1463 if (canAddDigit(digits, selectionStart, selectionEnd, newDigit)) { in updateDialString()1464 digits.replace(selectionStart, selectionEnd, Character.toString(newDigit)); in updateDialString()