Searched refs:onNumAssociatedStationsChanged (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java704 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(
723 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(
728 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(
745 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(mInvalidNumClients);
780 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(
794 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(
801 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(0);
879 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(
883 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(0);
H A DWificondControlTest.java947 apInterfaceCallbackCaptor.getValue().onNumAssociatedStationsChanged(numStations);
948 verify(mSoftApListener).onNumAssociatedStationsChanged(eq(numStations));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWificondControl.java154 public void onNumAssociatedStationsChanged(int numStations) { method in class:WificondControl.ApInterfaceEventCallback
155 mSoftApListener.onNumAssociatedStationsChanged(numStations);
H A DSoftApManager.java101 public void onNumAssociatedStationsChanged(int numStations) {
H A DWifiNative.java1205 void onNumAssociatedStationsChanged(int numStations); method in interface:WifiNative.SoftApListener

Completed in 105 milliseconds