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.java78 TelephonyComponentFactory telephonyComponentFactory) { in PhoneMock() argument
79 super(name, notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in PhoneMock()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java207 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
208 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone()
213 TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
215 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()
DPhone.java474 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument
483 mAppSmsManager = telephonyComponentFactory.makeAppSmsManager(context); in Phone()
544 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()