Home
last modified time | relevance | path

Searched refs:broadcastSupplicantDisconnectionEvent (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pMonitorTest.java64 mWifiP2pMonitor.broadcastSupplicantDisconnectionEvent(P2P_IFACE_NAME); in testBroadcastSupplicantDisconnectionEvent()
96 mWifiP2pMonitor.broadcastSupplicantDisconnectionEvent(null); in testBroadcastEventWhenIfaceIsNull()
110 mWifiP2pMonitor.broadcastSupplicantDisconnectionEvent(SECOND_P2P_IFACE_NAME); in testBroadcastEventWhenIfaceHandlerIsNull()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java163 broadcastSupplicantDisconnectionEvent(iface); in stopMonitoring()
259 public void broadcastSupplicantDisconnectionEvent(String iface) { in broadcastSupplicantDisconnectionEvent() method in WifiP2pMonitor
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java200 broadcastSupplicantDisconnectionEvent(iface); in stopMonitoring()
544 public void broadcastSupplicantDisconnectionEvent(String iface) { in broadcastSupplicantDisconnectionEvent() method in WifiMonitor
DSupplicantStaIfaceHal.java567 mWifiMonitor.broadcastSupplicantDisconnectionEvent(ifaceName); in supplicantServiceDiedHandler()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java503 mWifiMonitor.broadcastSupplicantDisconnectionEvent(WLAN_IFACE_NAME); in testBroadcastSupplicantDisconnectionEvent()
535 mWifiMonitor.broadcastSupplicantDisconnectionEvent(null); in testBroadcastEventWhenIfaceIsNull()
549 mWifiMonitor.broadcastSupplicantDisconnectionEvent(SECOND_WLAN_IFACE_NAME); in testBroadcastEventWhenIfaceHandlerIsNull()
DSupplicantStaIfaceHalTest.java1498 verify(mWifiMonitor).broadcastSupplicantDisconnectionEvent(eq(WLAN0_IFACE_NAME)); in testServiceManagerDeathCallback()
1516 verify(mWifiMonitor).broadcastSupplicantDisconnectionEvent(eq(WLAN0_IFACE_NAME)); in testSupplicantDeathCallback()
1534 verify(mWifiMonitor, never()).broadcastSupplicantDisconnectionEvent(eq(WLAN0_IFACE_NAME)); in testSupplicantStaleDeathCallback()