Searched refs:mConnectionServiceDelegate (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 322 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingEmergencyCallback() 350 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount() 358 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount() 360 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testOutgoingCallAndSelectPhoneAccount() 387 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected() 393 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromContactWithSendToVoicemailIsRejected() 437 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 443 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 489 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected() 495 waitForHandlerAction(mConnectionServiceFixtureA.mConnectionServiceDelegate.getHandler(), in testIncomingCallFromBlockedNumberIsRejected() [all …]
|
D | ConnectionServiceFixture.java | 447 FakeConnectionServiceDelegate mConnectionServiceDelegate; field in ConnectionServiceFixture 505 mConnectionServiceDelegate = new FakeConnectionServiceDelegate(context); in ConnectionServiceFixture() 507 mConnectionServiceDelegate.onBind(null)); in ConnectionServiceFixture() 716 mConnectionServiceDelegate.getHandler().removeCallbacksAndMessages(null); in waitForHandlerToClear() 718 mConnectionServiceDelegate.getHandler().post(lock::countDown); in waitForHandlerToClear()
|
D | VideoProviderTest.java | 104 mConnectionServiceFixtureA.mConnectionServiceDelegate.mCapabilities in setUp()
|
D | TelecomSystemTest.java | 897 connectionServiceFixture.mConnectionServiceDelegate.mVideoState = videoState; in startIncomingPhoneCall()
|