Searched refs:telephonyComponentFactory (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorGsmCdmaPhone.java | 43 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/ |
D | TelephonyComponentFactory.java | 422 TelephonyComponentFactory telephonyComponentFactory) { 424 telephonyComponentFactory);
|
D | Phone.java | 524 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument 533 mAppSmsManager = telephonyComponentFactory.inject(AppSmsManager.class.getName()) in Phone() 580 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()
|
D | GsmCdmaPhone.java | 247 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()
|