Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java406 long txAttempts = txSuccessDelta + txRetriesDelta; in updateTxPer() local
407 if (txAttempts <= 0 || !isTxTrafficHigh) { in updateTxPer()
410 return (int) (txRetriesDelta * 100 / txAttempts); in updateTxPer()