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.java312 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingEmergencyCallback()
340 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
348 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
350 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount()
377 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
383 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
427 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
433 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
478 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected()
484 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()