Searched refs:mPrecisePhoneType (Results 1 – 1 of 1) sorted by relevance
159 private int mPrecisePhoneType; field in GsmCdmaPhone203 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()