Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java63 public static final int P2P_GO_NEGOTIATION_FAILURE_EVENT = BASE + 26; field in WifiP2pMonitor
320 sendMessage(iface, P2P_GO_NEGOTIATION_FAILURE_EVENT, reason); in broadcastP2pGoNegotiationFailure()
DWifiP2pServiceImpl.java1766 case WifiP2pMonitor.P2P_GO_NEGOTIATION_FAILURE_EVENT: in getWhatToString()
1956 WifiP2pMonitor.P2P_GO_NEGOTIATION_FAILURE_EVENT, getHandler()); in registerForWifiMonitorEvents()
2405 case WifiP2pMonitor.P2P_GO_NEGOTIATION_FAILURE_EVENT: in processMessageImpl()
4692 case WifiP2pMonitor.P2P_GO_NEGOTIATION_FAILURE_EVENT: in processMessageImpl()
4930 case WifiP2pMonitor.P2P_GO_NEGOTIATION_FAILURE_EVENT: in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java1012 msg.what = WifiP2pMonitor.P2P_GO_NEGOTIATION_FAILURE_EVENT; in sendGoNegotiationFailureEvent()