Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java81 private boolean mIsThroughputSufficient = true; field in WifiDataStall
205 mIsThroughputSufficient = true; in reset()
278 return mIsThroughputSufficient; in isThroughputSufficient()
341 mIsThroughputSufficient = true; in checkDataStallAndThroughputSufficiency()
375 mIsThroughputSufficient = true; in checkDataStallAndThroughputSufficiency()
429 mIsThroughputSufficient = isThroughputSufficientInternal(mTxTputKbps, mRxTputKbps, in checkDataStallAndThroughputSufficiency()
436 mIsThroughputSufficient, mIsCellularDataAvailable, wifiInfo.getRssi(), in checkDataStallAndThroughputSufficiency()
545 isTxTputSufficient, isTxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal()
547 isRxTputSufficient, isRxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiUsabilityStatsEntry.java651 private final boolean mIsThroughputSufficient; field in WifiUsabilityStatsEntry
858 mIsThroughputSufficient = isThroughputSufficient; in WifiUsabilityStatsEntry()
903 dest.writeBoolean(mIsThroughputSufficient); in writeToParcel()
1441 return mIsThroughputSufficient; in isThroughputSufficient()