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

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java336 public int getPhoneType() { method in class:TelephonyManager
357 return getPhoneType(mode);
369 public static int getPhoneType(int networkMode) { method in class:TelephonyManager
486 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
497 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
519 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java140 public int getPhoneType() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java83 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
86 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
153 if (mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
166 mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) ||
168 mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)) {
310 public int getPhoneType() { method in class:PhoneProxy
311 return mActivePhone.getPhoneType();
H A DPhone.java248 int getPhoneType(); method in interface:Phone
H A DPhoneBase.java877 public abstract int getPhoneType(); method in class:PhoneBase
1251 pw.println(" getPhoneType()=" + getPhoneType());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java295 public int getPhoneType() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java263 public int getPhoneType() { method in class:GSMPhone

Completed in 127 milliseconds