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.java353 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
415 new File(mComponentContextFixture.getTestDouble() in setupTelecomSystem()
444 mComponentContextFixture.getTestDouble(), in setupTelecomSystem()
446 mCallerInfoAsyncQueryFactoryFixture.getTestDouble(), in setupTelecomSystem()
482 mComponentContextFixture.getTestDouble(), in setupTelecomSystem()
486 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
490 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
493 eq(mComponentContextFixture.getTestDouble().getApplicationContext()), in setupTelecomSystem()
502 mConnectionServiceFixtureA.getTestDouble()); in setupConnectionServices()
504 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()
312 verify(mConnectionServiceFixtureA.getTestDouble()) in testIncomingEmergencyCallback()
370 verify(mConnectionServiceFixtureA.getTestDouble()) in testIncomingCallFromContactWithSendToVoicemailIsRejected()
[all …]
DTelecomTestCase.java41 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
42 Log.setSessionContext(mComponentContextFixture.getTestDouble().getApplicationContext()); in setUp()
DTestFixture.java33 T getTestDouble(); in getTestDouble() method
DCallerInfoAsyncQueryFactoryFixture.java72 public CallerInfoAsyncQueryFactory getTestDouble() { in getTestDouble() method in CallerInfoAsyncQueryFactoryFixture
DCallLogManagerTest.java123 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
228 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogUnloggableNumbers()
278 (CarrierConfigManager) mComponentContextFixture.getTestDouble() in testDontLogCallsFromEmergencyAccount()
DDtmfLocalTonePlayerTest.java48 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DInCallServiceFixture.java159 public IInCallService getTestDouble() { in getTestDouble() method in InCallServiceFixture
DCallsManagerTest.java201 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
254 mComponentContextFixture.getTestDouble(), in testConstructPossiblePhoneAccountsMultiSimActive()
1093 mComponentContextFixture.getTestDouble(), in addSpyCall()
DPhoneAccountRegistrarTest.java95 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in setUp()
103 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
112 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(), in tearDown()
DIncomingCallNotifierTest.java62 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DVideoCallTests.java271 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()) in verifyAudioRoute()
DCallRecordingTonePlayerTest.java78 mComponentContextFixture.getTestDouble().getApplicationContext(), in setUp()
DBluetoothDeviceManagerTest.java82 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DIncomingCallFilterTest.java115 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DDefaultDialerCacheTest.java70 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DSystemStateHelperTest.java80 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DVideoProviderTest.java98 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DComponentContextFixture.java528 public Context getTestDouble() {
DRingerTest.java125 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DNewOutgoingCallIntentBroadcasterTest.java96 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallAudioRouteTransitionTests.java167 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DCallAudioRouteStateMachineTest.java97 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
DConnectionServiceFixture.java457 public IConnectionService getTestDouble() { in getTestDouble() method in ConnectionServiceFixture
DMissedCallNotifierImplTest.java165 mContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()

12