Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1637 ArrayBlockingQueue<String> p2pInvRecQueue = new ArrayBlockingQueue<>(1); in onCommand() local
1642 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()