/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 305 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 380 mComponentContextFixture.getTestDouble(), in setupTelecomSystem() 412 mComponentContextFixture.setTelecomManager(new TelecomManager( in setupTelecomSystem() 413 mComponentContextFixture.getTestDouble(), in setupTelecomSystem() 417 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem() 421 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem() 424 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem() 432 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameA, in setupConnectionServices() 434 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameB, in setupConnectionServices() 449 mComponentContextFixture.putResource( in setupInCallServices() [all …]
|
D | PhoneAccountRegistrarTest.java | 74 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp() 76 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in setUp() 84 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp() 92 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in tearDown() 195 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAccounts() 228 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testDefaultOutgoing() 276 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testReplacePhoneAccountByGroup() 320 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameDefault() 364 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameGroup() 409 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(), in testAddSameGroupButDifferentComponent() [all …]
|
D | TelecomTestCase.java | 32 ComponentContextFixture mComponentContextFixture; field in TelecomTestCase 38 mComponentContextFixture = new ComponentContextFixture(); in setUp() 39 Log.setSessionContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp() 45 mComponentContextFixture = null; in tearDown()
|
D | MissedCallNotifierImplTest.java | 156 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 165 mComponentContextFixture.putResource(R.string.notification_missedCallTitle, in setUp() 167 mComponentContextFixture.putResource(R.string.notification_missedCallsTitle, in setUp() 169 mComponentContextFixture.putResource(R.string.notification_missedCallsMsg, in setUp() 171 mComponentContextFixture.putResource(R.string.userCallActivityLabel, in setUp() 173 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp()
|
D | BasicCallTests.java | 121 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingCall() 148 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCall() 175 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCallAsAudio() 203 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingInvalidVideoState() 518 AudioManager audioManager = (AudioManager) mComponentContextFixture.getTestDouble() in testAudioManagerOperations()
|
D | NewOutgoingCallIntentBroadcasterTest.java | 79 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 167 mComponentContextFixture.putResource(R.string.ui_default_package, ui_package_string); in testEmergencyCallWithNonDefaultDialer() 168 mComponentContextFixture.putResource(R.string.dialer_default_class, in testEmergencyCallWithNonDefaultDialer()
|
D | TelecomServiceImplTest.java | 161 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 162 mComponentContextFixture.putBooleanResource( in setUp() 183 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp()
|
D | DtmfLocalTonePlayerTest.java | 43 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | IncomingCallNotifierTest.java | 57 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | CallLogManagerTest.java | 108 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 203 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogCallsFromEmergencyAccount()
|
D | IncomingCallFilterTest.java | 87 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | BluetoothDeviceManagerTest.java | 59 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | BluetoothManagerTest.java | 58 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | RingerTest.java | 61 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | CallAudioModeStateMachineTest.java | 96 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | DefaultDialerCacheTest.java | 60 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | CreateConnectionProcessorTest.java | 75 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | VideoProviderTest.java | 94 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | BluetoothRouteManagerTest.java | 211 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | CallAudioRouteStateMachineTest.java | 141 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | BluetoothPhoneServiceTest.java | 102 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|