Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java159 private int mPrecisePhoneType; field in GsmCdmaPhone
203 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone()
274 mPrecisePhoneType = precisePhoneType; in initRatSpecific()
353 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM; in isPhoneTypeGsm()
357 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA; in isPhoneTypeCdma()
361 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE; in isPhoneTypeCdmaLte()
449 if (mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM) { in getPhoneType()
3132 pw.println(" mPrecisePhoneType=" + mPrecisePhoneType); in dump()