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.java161 private int mPrecisePhoneType; field in GsmCdmaPhone
205 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone()
281 mPrecisePhoneType = precisePhoneType; in initRatSpecific()
359 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM; in isPhoneTypeGsm()
363 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA; in isPhoneTypeCdma()
367 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE; in isPhoneTypeCdmaLte()
455 if (mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM) { in getPhoneType()
3306 pw.println(" mPrecisePhoneType=" + mPrecisePhoneType); in dump()