Searched refs:precisePhoneType (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 192 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument 193 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone() 197 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument 199 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA", in GsmCdmaPhone() 203 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone() 205 initRatSpecific(precisePhoneType); in GsmCdmaPhone() 266 private void initRatSpecific(int precisePhoneType) { in initRatSpecific() argument 274 mPrecisePhoneType = precisePhoneType; in initRatSpecific() 364 private void switchPhoneType(int precisePhoneType) { in switchPhoneType() argument 367 initRatSpecific(precisePhoneType); in switchPhoneType() [all …]
|