Searched refs:precisePhoneType (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 221 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument 222 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone() 226 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument 228 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA", in GsmCdmaPhone() 232 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone() 234 initRatSpecific(precisePhoneType); in GsmCdmaPhone() 358 private void initRatSpecific(int precisePhoneType) { in initRatSpecific() argument 364 mPrecisePhoneType = precisePhoneType; in initRatSpecific() 456 private void switchPhoneType(int precisePhoneType) { in switchPhoneType() argument 459 initRatSpecific(precisePhoneType); in switchPhoneType() [all …]
|