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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiWatchdogStateMachine.java656 if (++mSampleCount >= mCurrentBssid.mGoodLinkTargetCount) {
1034 private int mGoodLinkTargetCount; field in class:WifiWatchdogStateMachine.BssidStatistics
1116 mGoodLinkTargetCount = GOOD_LINK_TARGET[mGoodLinkTargetIndex].SAMPLE_COUNT;
1136 if (DBG) logd("goodRssi=" + mGoodLinkTargetRssi + " goodCount=" + mGoodLinkTargetCount
1149 + " count=" + mGoodLinkTargetCount);
1157 mGoodLinkTargetCount = 1;
1160 + mGoodLinkTargetCount);

Completed in 49 milliseconds