Home
last modified time | relevance | path

Searched refs:mConnectionServiceDelegate (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java343 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingEmergencyCallback()
371 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
379 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
381 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
408 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
414 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
458 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
464 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
510 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected()
516 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected()
[all …]
DConnectionServiceFixture.java479 FakeConnectionServiceDelegate mConnectionServiceDelegate; field in ConnectionServiceFixture
538 mConnectionServiceDelegate = new FakeConnectionServiceDelegate(context); in ConnectionServiceFixture()
540 mConnectionServiceDelegate.onBind(null)); in ConnectionServiceFixture()
749 mConnectionServiceDelegate.getHandler().removeCallbacksAndMessages(null); in waitForHandlerToClear()
751 mConnectionServiceDelegate.getHandler().post(lock::countDown); in waitForHandlerToClear()
DVideoProviderTest.java101 mConnectionServiceFixtureA.mConnectionServiceDelegate.mCapabilities in setUp()
DTelecomSystemTest.java969 connectionServiceFixture.mConnectionServiceDelegate.mVideoState = videoState; in startIncomingPhoneCall()