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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java139 public int getPhoneType() { method in class:SipPhoneBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java429 public int getPhoneType() { method in class:TelephonyManager
450 return getPhoneType(mode);
462 public static int getPhoneType(int networkMode) { method in class:TelephonyManager
581 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
592 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
614 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java84 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
87 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
167 if (mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
180 mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) ||
182 mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)) {
348 public int getPhoneType() { method in class:PhoneProxy
349 return mActivePhone.getPhoneType();
H A DPhone.java264 int getPhoneType(); method in interface:Phone
H A DPhoneBase.java1020 public abstract int getPhoneType(); method in class:PhoneBase
1441 pw.println(" getPhoneType()=" + getPhoneType());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java294 public int getPhoneType() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java274 public int getPhoneType() { method in class:GSMPhone

Completed in 165 milliseconds