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.java160 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingCall()
164 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingCall()
188 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCall()
193 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCall()
216 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingVideoCallAsAudio()
221 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingVideoCallAsAudio()
245 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble() in testTelecomManagerAcceptRingingInvalidVideoState()
250 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT)) in testTelecomManagerAcceptRingingInvalidVideoState()
311 verify(mConnectionServiceFixtureA.getTestDouble()) in testIncomingEmergencyCallback()
374 verify(mConnectionServiceFixtureA.getTestDouble()) in testIncomingCallFromContactWithSendToVoicemailIsRejected()
[all …]
DTelecomTestCase.java45 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
46 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.java124 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
235 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogUnloggableNumbers()
285 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogCallsFromEmergencyAccount()
DInCallServiceFixture.java159 public IInCallService getTestDouble() { in getTestDouble() method in InCallServiceFixture
DDtmfLocalTonePlayerTest.java50 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DPhoneAccountRegistrarTest.java97 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in setUp()
105 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
114 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in tearDown()
DVideoCallTests.java271 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()) in verifyAudioRoute()
DIncomingCallNotifierTest.java63 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DDisconnectedCallNotifierTest.java59 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallRecordingTonePlayerTest.java79 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
DBluetoothDeviceManagerTest.java84 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DDefaultDialerCacheTest.java71 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DSystemStateHelperTest.java82 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DIncomingCallFilterTest.java120 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DVideoProviderTest.java102 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DComponentContextFixture.java549 public Context getTestDouble() {
DRingerTest.java126 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallAudioRouteTransitionTests.java172 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DConnectionServiceFixture.java497 public IConnectionService getTestDouble() { in getTestDouble() method in ConnectionServiceFixture
DCallAudioRouteStateMachineTest.java104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DMissedCallNotifierImplTest.java165 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCreateConnectionProcessorTest.java96 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()

12