Searched refs:telephonyComponentFactory (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 75 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/ |
D | GsmCdmaPhone.java | 192 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()
|
D | Phone.java | 421 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument 490 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()
|