Home
last modified time | relevance | path

Searched refs:precisePhoneType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java486 int phoneId, int precisePhoneType,
489 return new GsmCdmaPhone(context, ci, notifier, phoneId, precisePhoneType,
DGsmCdmaPhone.java330 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory, in GsmCdmaPhone() argument
332 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory, in GsmCdmaPhone()
337 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument
341 unitTestMode, phoneId, precisePhoneType, in GsmCdmaPhone()
347 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument
350 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA", in GsmCdmaPhone()
355 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone()
359 initRatSpecific(precisePhoneType); in GsmCdmaPhone()
582 private void initRatSpecific(int precisePhoneType) { in initRatSpecific() argument
586 mPrecisePhoneType = precisePhoneType; in initRatSpecific()
[all …]