Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java151 broadcastSupplicantConnectionEvent(iface); in startMonitoring()
249 public void broadcastSupplicantConnectionEvent(String iface) { in broadcastSupplicantConnectionEvent() method in WifiP2pMonitor
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pMonitorTest.java80 mWifiP2pMonitor.broadcastSupplicantConnectionEvent(P2P_IFACE_NAME); in testBroadcastEventToTwoHandlers()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java189 broadcastSupplicantConnectionEvent(iface); in startMonitoring()
534 public void broadcastSupplicantConnectionEvent(String iface) { in broadcastSupplicantConnectionEvent() method in WifiMonitor
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java489 mWifiMonitor.broadcastSupplicantConnectionEvent(WLAN_IFACE_NAME); in testBroadcastSupplicantConnectionEvent()
519 mWifiMonitor.broadcastSupplicantConnectionEvent(WLAN_IFACE_NAME); in testBroadcastEventToTwoHandlers()