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.java168 .answerVideo(eq(ids.mCallId), eq(VideoProfile.STATE_BIDIRECTIONAL)); in testTelecomManagerAcceptRingingVideoCall()
223 .answerVideo(eq(ids.mCallId), eq(VideoProfile.STATE_BIDIRECTIONAL)); in testTelecomManagerAcceptRingingInvalidVideoState()
DConnectionServiceFixture.java215 public void answerVideo(String callId, int videoState) throws RemoteException { } in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
DTelecomSystemTest.java728 .answerVideo(ids.mConnectionId, videoState); in startAndMakeActiveIncomingCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java837 mServiceInterface.answerVideo(callId, videoState); in answer()