Home
last modified time | relevance | path

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

/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java51 private static final int ICE_CONNECTION_WAIT_TIMEOUT = 10000; field in PeerConnectionClientTest
407 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in doLoopbackTest()
530 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in testCameraSwitch()
578 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in testVideoSourceRestart()
627 assertTrue("ICE connection failure.", waitForIceConnected(ICE_CONNECTION_WAIT_TIMEOUT)); in testCaptureFormatChange()