Searched refs:precisePhoneType (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorGsmCdmaPhone.java | 43 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in VendorGsmCdmaPhone() argument 44 this(context, ci, notifier, false, phoneId, precisePhoneType, in VendorGsmCdmaPhone() 50 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in VendorGsmCdmaPhone() argument 51 super(context, ci, notifier, unitTestMode, phoneId, precisePhoneType, in VendorGsmCdmaPhone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyComponentFactory.java | 421 int phoneId, int precisePhoneType, 423 return new GsmCdmaPhone(context, ci, notifier, phoneId, precisePhoneType,
|
D | GsmCdmaPhone.java | 247 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument 248 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone() 252 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument 254 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA", in GsmCdmaPhone() 258 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone() 261 initRatSpecific(precisePhoneType); in GsmCdmaPhone() 398 private void initRatSpecific(int precisePhoneType) { in initRatSpecific() argument 404 mPrecisePhoneType = precisePhoneType; in initRatSpecific() 481 private void switchPhoneType(int precisePhoneType) { in switchPhoneType() argument 484 initRatSpecific(precisePhoneType); in switchPhoneType() [all …]
|