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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java255 if (isPause(c) || isWait(c)) {
734 } else if (isPause(c)) {
957 private static boolean isPause(char c) { method in class:GsmCdmaConnection
986 if (!isWait(cNext) && !isPause(cNext)) {
995 ((wMatched == false) && isPause(phoneNumber.charAt(currIndex)))) {
1011 ret = (isPause(c)) ? PhoneNumberUtils.PAUSE : PhoneNumberUtils.WAIT;
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java127 isPause (char c){ method in class:PhoneNumberUtils
333 if (isPause(c)) {

Completed in 76 milliseconds