Home
last modified time | relevance | path

Searched refs:txSuccessPps (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DVelocityBasedConnectedScore.java154 double txSuccessPps = wifiInfo.getSuccessfulTxPacketsPerSecond(); in adjustThreshold() local
156 if (txSuccessPps < mMinimumPpsForMeasuringSuccess) return; in adjustThreshold()
160 double probabilityOfSuccessfulTx = txSuccessPps / (txSuccessPps + txBadPps + txRetriesPps); in adjustThreshold()