Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java76 TelephonyComponentFactory telephonyComponentFactory) { in PhoneMock() argument
77 super(name, notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in PhoneMock()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java514 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument
523 mAppSmsManager = telephonyComponentFactory.inject(AppSmsManager.class.getName()) in Phone()
586 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()
DGsmCdmaPhone.java221 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
222 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone()
227 TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
229 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()