Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorGsmCdmaPhone.java43 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in VendorGsmCdmaPhone() argument
45 telephonyComponentFactory); in VendorGsmCdmaPhone()
50 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in VendorGsmCdmaPhone() argument
52 telephonyComponentFactory); in VendorGsmCdmaPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java422 TelephonyComponentFactory telephonyComponentFactory) {
424 telephonyComponentFactory);
DPhone.java524 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument
533 mAppSmsManager = telephonyComponentFactory.inject(AppSmsManager.class.getName()) in Phone()
580 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()
DGsmCdmaPhone.java247 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
248 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone()
253 TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
255 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()