Home
last modified time | relevance | path

Searched refs:mComponentContextFixture (Results 1 – 15 of 15) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java235 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
302 mComponentContextFixture.getTestDouble(), in setupTelecomSystem()
331 mComponentContextFixture.setTelecomManager(new TelecomManager( in setupTelecomSystem()
332 mComponentContextFixture.getTestDouble(), in setupTelecomSystem()
336 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
340 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
343 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
351 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameA, in setupConnectionServices()
353 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameB, in setupConnectionServices()
365 mComponentContextFixture.putResource( in setupInCallServices()
[all …]
DTelecomTestCase.java33 ComponentContextFixture mComponentContextFixture; field in TelecomTestCase
39 mComponentContextFixture = new ComponentContextFixture(); in setUp()
40 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp()
47 mComponentContextFixture = null; in tearDown()
DMissedCallNotifierImplTest.java96 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
105 mComponentContextFixture.putResource(R.string.notification_missedCallTitle, in setUp()
107 mComponentContextFixture.putResource(R.string.notification_missedCallsTitle, in setUp()
109 mComponentContextFixture.putResource(R.string.notification_missedCallsMsg, in setUp()
111 mComponentContextFixture.putResource(R.string.userCallActivityLabel, in setUp()
113 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp()
DPhoneAccountRegistrarTest.java67 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp()
69 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in setUp()
73 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
81 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in tearDown()
174 mComponentContextFixture.addConnectionService( in testAccounts()
208 mComponentContextFixture.addConnectionService( in testDefaultOutgoing()
DNewOutgoingCallIntentBroadcasterTest.java77 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
164 mComponentContextFixture.putResource(R.string.ui_default_package, ui_package_string); in testEmergencyCallWithNonDefaultDialer()
165 mComponentContextFixture.putResource(R.string.dialer_default_class, in testEmergencyCallWithNonDefaultDialer()
DBasicCallTests.java135 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingCall()
162 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCall()
189 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCallAsAudio()
217 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingInvalidVideoState()
495 AudioManager audioManager = (AudioManager) mComponentContextFixture.getTestDouble() in testAudioManagerOperations()
DIncomingCallFilterTest.java87 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DTelecomServiceImplTest.java174 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
175 mComponentContextFixture.putBooleanResource( in setUp()
196 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp()
DBluetoothManagerTest.java58 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallLogManagerTest.java104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
198 mComponentContextFixture.putBooleanResource(R.bool.allow_emergency_numbers_in_call_log, in testDontLogCallsFromEmergencyAccount()
DCallAudioModeStateMachineTest.java94 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCreateConnectionProcessorTest.java74 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DLogTest.java223 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp()
DCallAudioRouteStateMachineTest.java124 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DBluetoothPhoneServiceTest.java101 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()