Home
last modified time | relevance | path

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

/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java228 private boolean waitForIceCandidates(int timeoutMs) throws InterruptedException { in waitForIceCandidates() method in PeerConnectionClientTest
374 assertTrue("ICE candidates were not generated.", waitForIceCandidates(WAIT_TIMEOUT)); in testSetLocalOfferMakesVideoFlowLocally()