Searched refs:answerVideo (Results 1 – 4 of 4) sorted by relevance
168 .answerVideo(eq(ids.mCallId), eq(VideoProfile.STATE_BIDIRECTIONAL)); in testTelecomManagerAcceptRingingVideoCall()223 .answerVideo(eq(ids.mCallId), eq(VideoProfile.STATE_BIDIRECTIONAL)); in testTelecomManagerAcceptRingingInvalidVideoState()
215 public void answerVideo(String callId, int videoState) throws RemoteException { } in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
728 .answerVideo(ids.mConnectionId, videoState); in startAndMakeActiveIncomingCall()
837 mServiceInterface.answerVideo(callId, videoState); in answer()