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.java307 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingEmergencyCallback()
335 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
343 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
345 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
372 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
378 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
422 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
428 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
473 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected()
479 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected()
[all …]
DConnectionServiceFixture.java433 FakeConnectionServiceDelegate mConnectionServiceDelegate; field in ConnectionServiceFixture
491 mConnectionServiceDelegate = new FakeConnectionServiceDelegate(context); in ConnectionServiceFixture()
493 mConnectionServiceDelegate.onBind(null)); in ConnectionServiceFixture()
702 mConnectionServiceDelegate.getHandler().removeCallbacksAndMessages(null); in waitForHandlerToClear()
704 mConnectionServiceDelegate.getHandler().post(lock::countDown); in waitForHandlerToClear()
DVideoProviderTest.java104 mConnectionServiceFixtureA.mConnectionServiceDelegate.mCapabilities in setUp()
DTelecomSystemTest.java908 connectionServiceFixture.mConnectionServiceDelegate.mVideoState = videoState; in startIncomingPhoneCall()