Searched refs:p2pInvRecQueue (Results 1 – 1 of 1) sorted by relevance
1637 ArrayBlockingQueue<String> p2pInvRecQueue = new ArrayBlockingQueue<>(1); in onCommand() local1642 p2pInvRecQueue.offer("Invitation accepted with optionalPin=" in onCommand()1648 p2pInvRecQueue.offer("Invitation declined"); in onCommand()1664 String dialogResponse = p2pInvRecQueue.take(); in onCommand()1675 String dialogResponse = p2pInvRecQueue.poll(15, TimeUnit.SECONDS); in onCommand()