Searched refs:answerVideo (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 1153 .answerVideo(eq(ids.mConnectionId), eq(videoState), any()); in startAndMakeActiveIncomingCall() 1233 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_AUDIO_ONLY), in startAndMakeRingingIncomingCall()
|
D | BasicCallTests.java | 221 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingVideoCall() 284 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingInvalidVideoState()
|
D | ConnectionServiceFixture.java | 314 public void answerVideo(String callId, int videoState, in answerVideo() method in ConnectionServiceFixture.FakeConnectionService
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 2152 mServiceInterface.answerVideo(callId, videoState, in answer()
|