Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java196 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingVideoCall()
253 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingInvalidVideoState()
DConnectionServiceFixture.java292 public void answerVideo(String callId, int videoState, in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
DTelecomSystemTest.java1075 .answerVideo(eq(ids.mConnectionId), eq(videoState), any()); in startAndMakeActiveIncomingCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1592 mServiceInterface.answerVideo(callId, videoState, in answer()