Searched refs:localSdpEvent (Results 1 – 1 of 1) sorted by relevance
82 private final Object localSdpEvent = new Object(); field in PeerConnectionClientTest138 synchronized (localSdpEvent) { in onLocalDescription()140 localSdpEvent.notifyAll(); in onLocalDescription()215 synchronized (localSdpEvent) { in waitForLocalSDP()222 localSdpEvent.wait(waitTimeMs); in waitForLocalSDP()