Searched defs:getPhoneType (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java164 public int getPhoneType() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java125 public int getPhoneType() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java1012 public int getPhoneType() { method in class:Connection
H A DGsmCdmaPhone.java449 public int getPhoneType() { method in class:GsmCdmaPhone
3120 if (getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
3142 if ((matchCdma && getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) ||
3143 (matchGsm && getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)) {
H A DPhone.java497 if (getPhoneType() == PhoneConstants.PHONE_TYPE_IMS) {
527 if (getPhoneType() != PhoneConstants.PHONE_TYPE_SIP) {
540 if (getPhoneType() == PhoneConstants.PHONE_TYPE_SIP) {
1785 if (getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
2221 public abstract int getPhoneType(); method in class:Phone
3514 pw.println(" getPhoneType()=" + getPhoneType());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java625 public int getPhoneType() { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1303 public int getPhoneType() { method in class:TelephonyManager
1335 return TelephonyManager.getPhoneType(Integer.parseInt(mode));
1349 public static int getPhoneType(int networkMode) { method in class:TelephonyManager
1478 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
1490 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
1504 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
1516 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
1532 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
1604 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
1616 * unreliable on CDMA networks (use {@link #getPhoneType()} t
[all...]

Completed in 135 milliseconds