Home
last modified time | relevance | path

Searched refs:answerSdp (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java741 SessionDescription answerSdp = sdpLatch.getSdp(); in testCompleteSession() local
742 assertEquals(answerSdp.type, SessionDescription.Type.ANSWER); in testCompleteSession()
743 assertFalse(answerSdp.description.isEmpty()); in testCompleteSession()
754 answeringPC.setLocalDescription(sdpLatch, answerSdp); in testCompleteSession()
784 offeringPC.setRemoteDescription(sdpLatch, answerSdp); in testCompleteSession()
789 assertEquals(offeringPC.getRemoteDescription().type, answerSdp.type); in testCompleteSession()
790 assertEquals(answeringPC.getLocalDescription().type, answerSdp.type); in testCompleteSession()
982 SessionDescription answerSdp = sdpLatch.getSdp(); in testDataChannelOnlySession() local
983 assertEquals(answerSdp.type, SessionDescription.Type.ANSWER); in testDataChannelOnlySession()
984 assertFalse(answerSdp.description.isEmpty()); in testDataChannelOnlySession()
[all …]
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DDirectRTCClientTest.java133 SessionDescription answerSdp = in testDirectRTCClient() local
135 client.sendAnswerSdp(answerSdp); in testDirectRTCClient()