Searched refs:onNumAssociatedStationsChanged (Results 1 – 5 of 5) sorted by relevance
833 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()
932 apInterfaceCallbackCaptor.getValue().onNumAssociatedStationsChanged(numStations); in testSoftApListenerInvocation()933 verify(mSoftApListener).onNumAssociatedStationsChanged(eq(numStations)); in testSoftApListenerInvocation()
186 public void onNumAssociatedStationsChanged(int numStations) { in onNumAssociatedStationsChanged() method in WificondControl.ApInterfaceEventCallback187 mSoftApListener.onNumAssociatedStationsChanged(numStations); in onNumAssociatedStationsChanged()
109 public void onNumAssociatedStationsChanged(int numStations) {
1527 void onNumAssociatedStationsChanged(int numStations); in onNumAssociatedStationsChanged() method