Searched refs:mStayOnNetworkMinimumRxRate (Results 1 – 2 of 2) sorted by relevance
115 private final int mStayOnNetworkMinimumRxRate; field in WifiNetworkSelector235 || (wifiInfo.rxSuccessRate > mStayOnNetworkMinimumRxRate); in isCurrentNetworkSufficient()977 mStayOnNetworkMinimumRxRate = context.getResources().getInteger( in WifiNetworkSelector()
210 private int mStayOnNetworkMinimumRxRate; field in WifiNetworkSelectorTest229 mStayOnNetworkMinimumRxRate = setupIntegerResource( in setupResources()1052 mWifiInfo.rxSuccessRate = ((double) (mStayOnNetworkMinimumRxRate + 1)); in band2GNetworkIsSufficientWhenOnGoingRxTrafficCombinedWithGoodRssi()1096 mWifiInfo.rxSuccessRate = ((double) (mStayOnNetworkMinimumRxRate + 1)); in band5GNetworkIsSufficientWhenOnGoingRxTrafficCombinedWithGoodRssi()