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.java75 TelephonyComponentFactory telephonyComponentFactory) { in PhoneMock() argument
76 super(name, notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in PhoneMock()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java192 int precisePhoneType, TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
193 this(context, ci, notifier, false, phoneId, precisePhoneType, telephonyComponentFactory); in GsmCdmaPhone()
198 TelephonyComponentFactory telephonyComponentFactory) { in GsmCdmaPhone() argument
200 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()
DPhone.java421 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument
490 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()