Searched refs:WAIT (Results 1 – 6 of 6) sorted by relevance
50 if (first != PhoneNumberUtils.PAUSE && first != PhoneNumberUtils.WAIT) { in dial()52 access = PhoneNumberUtils.WAIT + access; in dial()
124 private static final char WAIT = ';'; field in DialpadFragment267 if (newDigit != WAIT && newDigit != PAUSE) { in canAddDigit()287 if (newDigit == WAIT) { in canAddDigit()289 if (digits.charAt(start - 1) == WAIT) { in canAddDigit()294 if ((digits.length() > end) && (digits.charAt(end) == WAIT)) { in canAddDigit()1428 updateDialString(WAIT); in onMenuItemClick()1443 if (newDigit != WAIT && newDigit != PAUSE) { in updateDialString()
78 public static final char WAIT = ';'; field in Utils604 c = WAIT; in convertPreDial()
33 private static final String WAIT_SYMBOL_AS_STRING = String.valueOf(PhoneNumberUtils.WAIT);
328 .replace(PhoneNumberUtils.WAIT, 'w'); in getSelectedPhonebookNameList()751 .replace(PhoneNumberUtils.WAIT, 'w'); in composeContactsAndSendVCards()850 .replace(PhoneNumberUtils.WAIT, 'w'); in composeContactsAndSendSelectedVCards()
39 private static final String WAIT_SYMBOL_AS_STRING = String.valueOf(PhoneNumberUtils.WAIT);