Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java207 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
208 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone()
212 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument
214 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA", in GsmCdmaPhone()
218 mPrecisePhoneType = precisePhoneType; in GsmCdmaPhone()
220 initRatSpecific(precisePhoneType); in GsmCdmaPhone()
290 private void initRatSpecific(int precisePhoneType) { in initRatSpecific() argument
296 mPrecisePhoneType = precisePhoneType; in initRatSpecific()
388 private void switchPhoneType(int precisePhoneType) { in switchPhoneType() argument
391 initRatSpecific(precisePhoneType); in switchPhoneType()
[all …]