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 | 415 int phoneId, int precisePhoneType, 417 return new GsmCdmaPhone(context, ci, notifier, phoneId, precisePhoneType,
|
D | GsmCdmaPhone.java | 245 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument 246 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone() 250 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument 252 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA", in GsmCdmaPhone() 256 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone() 259 initRatSpecific(precisePhoneType); in GsmCdmaPhone() 396 private void initRatSpecific(int precisePhoneType) { in initRatSpecific() argument 402 mPrecisePhoneType = precisePhoneType; in initRatSpecific() 493 private void switchPhoneType(int precisePhoneType) { in switchPhoneType() argument 496 initRatSpecific(precisePhoneType); in switchPhoneType() [all …]
|