Searched refs:onWifiStateChanged (Results 1 – 3 of 3) sorted by relevance
145 public void onWifiStateChanged(int state) { in onWifiStateChanged() method in AccessPointControllerImpl
912 mListener.onWifiStateChanged(state); in updateWifiState()1006 public void onWifiStateChanged(int state) { in onWifiStateChanged() method in WifiTracker.WifiListenerExecutor1007 runAndLog(() -> mDelegatee.onWifiStateChanged(state), in onWifiStateChanged()1052 void onWifiStateChanged(int state); in onWifiStateChanged() method
888 verify(mockWifiListener, never()).onWifiStateChanged(anyInt()); in stopTrackingShouldPreventCallbacksFromOngoingWork()