Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1056 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeCallbackWithNoConfiguredNetwork()
1076 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeToAssociatedCallback()
1102 wifiMonitorInOrder.verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeToCompletedCallback()
3262 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testonStateChangedV13CallbackWithNoConfiguredNetwork()
3284 verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeV13ToAssociatedCallback()
3312 wifiMonitorInOrder.verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeV13ToCompletedCallback()
3396 wifiMonitorInOrder.verify(mWifiMonitor).broadcastSupplicantStateChangeEvent( in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
H A DWifiMonitorTest.java498 mWifiMonitor.broadcastSupplicantStateChangeEvent( in testBroadcastSupplicantStateChangeEvent()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java571 public void broadcastSupplicantStateChangeEvent(String iface, int networkId, WifiSsid wifiSsid, in broadcastSupplicantStateChangeEvent() method in WifiMonitor
H A DSupplicantStaIfaceCallbackImpl.java193 mWifiMonitor.broadcastSupplicantStateChangeEvent( in onStateChanged()