Searched refs:HEALTH_MONITOR_MIN_TX_PACKET_PER_SEC (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.server.wifi.WifiHealthMonitor.HEALTH_MONITOR_MIN_TX_PACKET_PER_SEC;351 return (txRate >= HEALTH_MONITOR_MIN_TX_PACKET_PER_SEC) ? txSpeed : LINK_SPEED_UNKNOWN; in geTxLinkSpeedWithSufficientTxRate()
100 static final int HEALTH_MONITOR_MIN_TX_PACKET_PER_SEC = 4; field in WifiHealthMonitor