Searched refs:numStations (Results 1 – 5 of 5) sorted by relevance
109 public void onNumAssociatedStationsChanged(int numStations) {111 SoftApStateMachine.CMD_NUM_ASSOCIATED_STATIONS_CHANGED, numStations);467 private void setNumAssociatedStations(int numStations) { in setNumAssociatedStations() argument468 if (mNumAssociatedStations == numStations) { in setNumAssociatedStations()471 mNumAssociatedStations = numStations; in setNumAssociatedStations()
186 public void onNumAssociatedStationsChanged(int numStations) { in onNumAssociatedStationsChanged() argument187 mSoftApListener.onNumAssociatedStationsChanged(numStations); in onNumAssociatedStationsChanged()
1527 void onNumAssociatedStationsChanged(int numStations); in onNumAssociatedStationsChanged() argument
1799 public void addSoftApNumAssociatedStationsChangedEvent(int numStations, int mode) { in addSoftApNumAssociatedStationsChangedEvent() argument1802 event.numConnectedClients = numStations; in addSoftApNumAssociatedStationsChangedEvent()
931 int numStations = 5; in testSoftApListenerInvocation() local932 apInterfaceCallbackCaptor.getValue().onNumAssociatedStationsChanged(numStations); in testSoftApListenerInvocation()933 verify(mSoftApListener).onNumAssociatedStationsChanged(eq(numStations)); in testSoftApListenerInvocation()