Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java220 private int mPrecisePhoneType; field in GsmCdmaPhone
296 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone()
453 mPrecisePhoneType = precisePhoneType; in initRatSpecific()
454 logd("Precise phone type " + mPrecisePhoneType); in initRatSpecific()
519 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM; in isPhoneTypeGsm()
523 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA; in isPhoneTypeCdma()
527 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_CDMA_LTE; in isPhoneTypeCdmaLte()
618 if (mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM) { in getPhoneType()
1730 logd("storeVoiceMailNumber: mPrecisePhoneType=" + mPrecisePhoneType + " vmNumber=" in storeVoiceMailNumber()
4208 pw.println(" mPrecisePhoneType=" + mPrecisePhoneType); in dump()