Searched refs:handlerChannel (Results 1 – 1 of 1) sorted by relevance
585 final SynchronousQueue<Handler> handlerChannel = new SynchronousQueue<>(); in testOpenProxyFileDescriptor_async() local589 handlerChannel.put(new Handler()); in testOpenProxyFileDescriptor_async()597 final Handler handler = handlerChannel.take(); in testOpenProxyFileDescriptor_async()