Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java833 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in updatesNumAssociatedStations()
852 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in testDoesNotTriggerCallbackForSameNumberClientUpdate()
857 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in testDoesNotTriggerCallbackForSameNumberClientUpdate()
874 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(mInvalidNumClients); in handlesInvalidNumAssociatedStations()
888 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in testCallbackForClientUpdateToZeroWhenLeaveSoftapStarted()
936 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in cancelsTimeoutTimerOnNewClientsConnect()
950 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in schedulesTimeoutTimerWhenAllClientsDisconnect()
957 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(0); in schedulesTimeoutTimerWhenAllClientsDisconnect()
1035 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged( in doesNotScheduleTimeoutTimerWhenAllClientsDisconnectButTimeoutIsDisabled()
1039 mSoftApListenerCaptor.getValue().onNumAssociatedStationsChanged(0); in doesNotScheduleTimeoutTimerWhenAllClientsDisconnectButTimeoutIsDisabled()
DWificondControlTest.java932 apInterfaceCallbackCaptor.getValue().onNumAssociatedStationsChanged(numStations); in testSoftApListenerInvocation()
933 verify(mSoftApListener).onNumAssociatedStationsChanged(eq(numStations)); in testSoftApListenerInvocation()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java186 public void onNumAssociatedStationsChanged(int numStations) { in onNumAssociatedStationsChanged() method in WificondControl.ApInterfaceEventCallback
187 mSoftApListener.onNumAssociatedStationsChanged(numStations); in onNumAssociatedStationsChanged()
DSoftApManager.java109 public void onNumAssociatedStationsChanged(int numStations) {
DWifiNative.java1527 void onNumAssociatedStationsChanged(int numStations); in onNumAssociatedStationsChanged() method