Home
last modified time | relevance | path

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

/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
DWebSocketCallTest.java247 final AtomicReference<Response> responseRef = new AtomicReference<>(); in awaitWebSocket() local
254 responseRef.set(response); in awaitWebSocket()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java1741 final BlockingQueue<Response> responseRef = new SynchronousQueue<>(); in asyncResponseCanBeConsumedLater() local
1749 responseRef.put(response); in asyncResponseCanBeConsumedLater()
1756 Response response = responseRef.take(); in asyncResponseCanBeConsumedLater()