Home
last modified time | relevance | path

Searched defs:isThroughputSufficient (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiUsabilityStatsEntry.java620 boolean isThroughputSufficient, boolean isWifiScoringEnabled, in WifiUsabilityStatsEntry()
931 public boolean isThroughputSufficient() { in isThroughputSufficient() method in WifiUsabilityStatsEntry
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDataStall.java277 public boolean isThroughputSufficient() { in isThroughputSufficient() method in WifiDataStall
H A DWifiMetrics.java797 boolean isThroughputSufficient, boolean isCellularDataAvailable, in incrementDurationCount()