Searched refs:mComponentContextFixture (Results 1 – 15 of 15) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 235 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 …]
|
D | TelecomTestCase.java | 33 ComponentContextFixture mComponentContextFixture; field in TelecomTestCase 39 mComponentContextFixture = new ComponentContextFixture(); in setUp() 40 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp() 47 mComponentContextFixture = null; in tearDown()
|
D | MissedCallNotifierImplTest.java | 96 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()
|
D | PhoneAccountRegistrarTest.java | 67 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()
|
D | NewOutgoingCallIntentBroadcasterTest.java | 77 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()
|
D | BasicCallTests.java | 135 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()
|
D | IncomingCallFilterTest.java | 87 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | TelecomServiceImplTest.java | 174 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 175 mComponentContextFixture.putBooleanResource( in setUp() 196 mComponentContextFixture.setTelecomManager(mTelecomManager); in setUp()
|
D | BluetoothManagerTest.java | 58 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | CallLogManagerTest.java | 104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp() 198 mComponentContextFixture.putBooleanResource(R.bool.allow_emergency_numbers_in_call_log, in testDontLogCallsFromEmergencyAccount()
|
D | CallAudioModeStateMachineTest.java | 94 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | CreateConnectionProcessorTest.java | 74 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | LogTest.java | 223 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp()
|
D | CallAudioRouteStateMachineTest.java | 124 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|
D | BluetoothPhoneServiceTest.java | 101 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
|