Searched refs:answerVideo (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 194 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingVideoCall() 251 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingInvalidVideoState()
|
D | ConnectionServiceFixture.java | 292 public void answerVideo(String callId, int videoState, in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
|
D | TelecomSystemTest.java | 1075 .answerVideo(eq(ids.mConnectionId), eq(videoState), any()); in startAndMakeActiveIncomingCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 1581 mServiceInterface.answerVideo(callId, videoState, Log.getExternalSession()); in answer()
|