Home
last modified time | relevance | path

Searched refs:is12Key (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java289 if (!PhoneNumberUtils.is12Key(c)) { in sendDtmf()
300 if (!PhoneNumberUtils.is12Key(c)) { in startDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java781 if (PhoneNumberUtils.is12Key(c)) { in processPostDialChar()
DGsmCdmaPhone.java1309 if (!PhoneNumberUtils.is12Key(c)) { in sendDtmf()
1320 if (!PhoneNumberUtils.is12Key(c)) { in startDtmf()
1339 if (!PhoneNumberUtils.is12Key(dtmfString.charAt(itr))) { in sendBurstDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java725 if (!PhoneNumberUtils.is12Key(c)) { in sendDtmf()
737 if (!(PhoneNumberUtils.is12Key(c) || (c >= 'A' && c <= 'D'))) { in startDtmf()
DImsPhoneConnection.java500 if (PhoneNumberUtils.is12Key(c)) { in processPostDialChar()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java127 is12Key(char c) { in is12Key() method in PhoneNumberUtils
2635 sb.append(PhoneNumberUtils.is12Key(number.charAt(i)) in splitAtNonNumerics()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1792 } else if (PhoneNumberUtils.is12Key(ch) || (i == 0 && ch == '+')) { in addPhone()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28398 method public static final boolean is12Key(char);
/frameworks/base/config/
Dhiddenapi-public-dex.txt44161 Landroid/telephony/PhoneNumberUtils;->is12Key(C)Z
Dboot-image-profile.txt30470 HSPLandroid/telephony/PhoneNumberUtils;->is12Key(C)Z
/frameworks/base/api/
Dcurrent.txt42108 method public static final boolean is12Key(char);