Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java60 public static final int P2P_GO_NEGOTIATION_REQUEST_EVENT = BASE + 23; field in WifiP2pMonitor
304 sendMessage(iface, P2P_GO_NEGOTIATION_REQUEST_EVENT, config); in broadcastP2pGoNegotiationRequest()
DWifiP2pServiceImpl.java906 WifiP2pMonitor.P2P_GO_NEGOTIATION_REQUEST_EVENT, getHandler()); in registerForWifiMonitorEvents()
1835 case WifiP2pMonitor.P2P_GO_NEGOTIATION_REQUEST_EVENT: in processMessage()