Searched refs:telephonyComponentFactory (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | TelephonyComponentFactory.java | 422 TelephonyComponentFactory telephonyComponentFactory) { 424 telephonyComponentFactory);
|
H A D | GsmCdmaPhone.java | 275 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 D | Phone.java | 555 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument 564 mAppSmsManager = telephonyComponentFactory.inject(AppSmsManager.class.getName()) in Phone() 612 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()
|