Home
last modified time | relevance | path

Searched refs:getTestDouble (Results 1 – 25 of 28) sorted by relevance

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java347 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
443 new File(mComponentContextFixture.getTestDouble() in setupTelecomSystem()
477 mComponentContextFixture.getTestDouble(), in setupTelecomSystem()
479 mCallerInfoAsyncQueryFactoryFixture.getTestDouble(), in setupTelecomSystem()
541 mComponentContextFixture.getTestDouble(), in setupTelecomSystem()
545 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
549 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
552 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
561 mConnectionServiceFixtureA.getTestDouble()); in setupConnectionServices()
563 mConnectionServiceFixtureB.getTestDouble()); in setupConnectionServices()
[all …]
DBasicCallTests.java162 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingCall()
166 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall()
190 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCall()
195 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall()
218 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCallAsAudio()
223 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCallAsAudio()
247 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingInvalidVideoState()
252 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingInvalidVideoState()
316 verify(mConnectionServiceFixtureA.getTestDouble()) in testIncomingEmergencyCallback()
379 verify(mConnectionServiceFixtureA.getTestDouble()) in testIncomingCallFromContactWithSendToVoicemailIsRejected()
[all …]
DTelecomTestCase.java43 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
44 Log.setSessionContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp()
DTestFixture.java33 T getTestDouble(); in getTestDouble() method
DCallerInfoAsyncQueryFactoryFixture.java82 public CallerInfoAsyncQueryFactory getTestDouble() { in getTestDouble() method in CallerInfoAsyncQueryFactoryFixture
DCallLogManagerTest.java125 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
237 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogUnloggableNumbers()
287 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogCallsFromEmergencyAccount()
DDtmfLocalTonePlayerTest.java50 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DInCallServiceFixture.java159 public IInCallService getTestDouble() { in getTestDouble() method in InCallServiceFixture
DPhoneAccountRegistrarTest.java97 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in setUp()
105 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
114 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in tearDown()
DIncomingCallNotifierTest.java63 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DVideoCallTests.java271 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()) in verifyAudioRoute()
DDisconnectedCallNotifierTest.java59 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DBluetoothDeviceManagerTest.java84 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallRecordingTonePlayerTest.java102 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
DSystemStateHelperTest.java82 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DDefaultDialerCacheTest.java71 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DIncomingCallFilterTest.java120 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DVideoProviderTest.java102 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DRingerTest.java126 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DComponentContextFixture.java549 public Context getTestDouble() {
DMissedCallNotifierImplTest.java165 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallAudioRouteStateMachineTest.java104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallAudioRouteTransitionTests.java172 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DConnectionServiceFixture.java497 public IConnectionService getTestDouble() { in getTestDouble() method in ConnectionServiceFixture
DCreateConnectionProcessorTest.java96 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()

12