Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyComponentFactory.java422 TelephonyComponentFactory telephonyComponentFactory) {
424 telephonyComponentFactory);
H A DGsmCdmaPhone.java275 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
276 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone()
281 TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
284 telephonyComponentFactory, in GsmCdmaPhone()
290 TelephonyComponentFactory telephonyComponentFactory, in GsmCdmaPhone() argument
293 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()
H A DPhone.java555 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument
564 mAppSmsManager = telephonyComponentFactory.inject(AppSmsManager.class.getName()) in Phone()
612 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()