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.java173 private int mPrecisePhoneType; field in GsmCdmaPhone
218 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone()
296 mPrecisePhoneType = precisePhoneType; in initRatSpecific()
297 logd("Precise phone type " + mPrecisePhoneType); in initRatSpecific()
377 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM; in isPhoneTypeGsm()
381 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA; in isPhoneTypeCdma()
385 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE; in isPhoneTypeCdmaLte()
473 if (mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM) { in getPhoneType()
3451 pw.println(" mPrecisePhoneType=" + mPrecisePhoneType); in dump()