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/
DTelecomSystemTest.java1153 .answerVideo(eq(ids.mConnectionId), eq(videoState), any()); in startAndMakeActiveIncomingCall()
1233 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_AUDIO_ONLY), in startAndMakeRingingIncomingCall()
DBasicCallTests.java221 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingVideoCall()
284 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingInvalidVideoState()
DConnectionServiceFixture.java314 public void answerVideo(String callId, int videoState, in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java2152 mServiceInterface.answerVideo(callId, videoState, in answer()