Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java61 public static final int P2P_GO_NEGOTIATION_REQUEST_EVENT = BASE + 23; field in WifiP2pMonitor
300 sendMessage(iface, P2P_GO_NEGOTIATION_REQUEST_EVENT, config); in broadcastP2pGoNegotiationRequest()
DWifiP2pServiceImpl.java1768 case WifiP2pMonitor.P2P_GO_NEGOTIATION_REQUEST_EVENT: in getWhatToString()
1958 WifiP2pMonitor.P2P_GO_NEGOTIATION_REQUEST_EVENT, getHandler()); in registerForWifiMonitorEvents()
3682 case WifiP2pMonitor.P2P_GO_NEGOTIATION_REQUEST_EVENT: in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java595 msg.what = WifiP2pMonitor.P2P_GO_NEGOTIATION_REQUEST_EVENT; in sendNegotiationRequestEvent()