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 | 78 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/ |
D | GsmCdmaPhone.java | 207 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()
|
D | Phone.java | 474 TelephonyComponentFactory telephonyComponentFactory) { in Phone() argument 483 mAppSmsManager = telephonyComponentFactory.makeAppSmsManager(context); in Phone() 544 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()
|