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.java82 private boolean mIsThroughputSufficient = true; field in WifiDataStall
205 mIsThroughputSufficient = true; in reset()
278 return mIsThroughputSufficient; in isThroughputSufficient()
340 mIsThroughputSufficient = true; in checkDataStallAndThroughputSufficiency()
374 mIsThroughputSufficient = true; in checkDataStallAndThroughputSufficiency()
428 mIsThroughputSufficient = isThroughputSufficientInternal(mTxTputKbps, mRxTputKbps, in checkDataStallAndThroughputSufficiency()
436 mIsThroughputSufficient, mIsCellularDataAvailable); in checkDataStallAndThroughputSufficiency()
545 isTxTputSufficient, isTxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal()
547 isRxTputSufficient, isRxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiUsabilityStatsEntry.java599 private final boolean mIsThroughputSufficient; field in WifiUsabilityStatsEntry
652 mIsThroughputSufficient = isThroughputSufficient; in WifiUsabilityStatsEntry()
696 dest.writeBoolean(mIsThroughputSufficient); in writeToParcel()
932 return mIsThroughputSufficient; in isThroughputSufficient()