Home
last modified time | relevance | path

Searched refs:broadcastSupplicantStateChangeEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java971 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeCallbackWithNoConfiguredNetwork()
991 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeToAssociatedCallback()
1014 wifiMonitorInOrder.verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeToCompletedCallback()
2743 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testonStateChangedV13CallbackWithNoConfiguredNetwork()
2765 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeV13ToAssociatedCallback()
2790 wifiMonitorInOrder.verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeV13ToCompletedCallback()
2871 wifiMonitorInOrder.verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
DWifiMonitorTest.java468 mWifiMonitor.broadcastSupplicantStateChangeEvent( in testBroadcastSupplicantStateChangeEvent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackV1_3Impl.java385 mWifiMonitor.broadcastSupplicantStateChangeEvent( in onStateChanged_1_3()
DWifiMonitor.java541 public void broadcastSupplicantStateChangeEvent(String iface, int networkId, WifiSsid wifiSsid, in broadcastSupplicantStateChangeEvent() method in WifiMonitor
DSupplicantStaIfaceCallbackImpl.java174 mWifiMonitor.broadcastSupplicantStateChangeEvent( in onStateChanged()