Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java66 public static final int P2P_GROUP_REMOVED_EVENT = BASE + 30; field in WifiP2pMonitor
370 sendMessage(iface, P2P_GROUP_REMOVED_EVENT, group); in broadcastP2pGroupRemoved()
DWifiP2pServiceImpl.java914 WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT, getHandler()); in registerForWifiMonitorEvents()
1118 case WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT: in processMessage()
2411 case WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT: in processMessage()
2532 case WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT: in processMessage()
2709 case WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT: in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java389 msg.what = WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT; in sendGroupRemovedMsg()
2092 sendSimpleMsg(null, WifiP2pMonitor.P2P_GROUP_REMOVED_EVENT); in testEndConnectionEventWhenGroupRemoval()