Searched refs:isPause (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java817 private static boolean isPause(char c) { method in class:CdmaConnection
841 if (!isWait(cNext) && !isPause(cNext)) {
850 ((wMatched == false) && isPause(phoneNumber.charAt(currIndex)))) {
865 ret = (isPause(c)) ? PhoneNumberUtils.PAUSE : PhoneNumberUtils.WAIT;
907 if (isPause(c) || isWait(c)) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java128 isPause (char c){ method in class:PhoneNumberUtils
336 if (isPause(c)) {

Completed in 50 milliseconds