Searched refs:mNumAssociatedStations (Results 1 – 1 of 1) sorted by relevance
91 private int mNumAssociatedStations = 0; field in SoftApManager199 pw.println("mNumAssociatedStations: " + mNumAssociatedStations); in dump()468 if (mNumAssociatedStations == numStations) { in setNumAssociatedStations()471 mNumAssociatedStations = numStations; in setNumAssociatedStations()472 Log.d(TAG, "Number of associated stations changed: " + mNumAssociatedStations); in setNumAssociatedStations()475 mCallback.onNumClientsChanged(mNumAssociatedStations); in setNumAssociatedStations()479 mWifiMetrics.addSoftApNumAssociatedStationsChangedEvent(mNumAssociatedStations, in setNumAssociatedStations()482 if (mNumAssociatedStations == 0) { in setNumAssociatedStations()500 mCallback.onNumClientsChanged(mNumAssociatedStations); in onUpChanged()529 mNumAssociatedStations = 0; in enter()[all …]