Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1606 long p2pInvRecTimeout = 0; in onCommand() local
1630 p2pInvRecTimeout = Integer.parseInt(getNextArgRequired()); in onCommand()
1660 p2pInvitationReceivedDialogHandle.launchDialog(p2pInvRecTimeout); in onCommand()
1661 pw.println("Launched dialog with " + p2pInvRecTimeout + " millisecond" in onCommand()