Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiInjector.java204 private final ThroughputScorer mThroughputScorer; field in WifiInjector
483 mThroughputScorer = new ThroughputScorer(mContext, mScoringParams); in WifiInjector()
484 mWifiNetworkSelector.registerCandidateScorer(mThroughputScorer); in WifiInjector()
703 mThroughputScorer.enableVerboseLogging(verboseEnabled); in enableVerboseLogging()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java156 mThroughputScorer = new ThroughputScorer(mContext, mScoringParams); in setUp()
157 mThroughputScorer.enableVerboseLogging(true); in setUp()
165 mThroughputScorer.getIdentifier())) { in setUp()
166 mWifiNetworkSelector.registerCandidateScorer(mThroughputScorer); in setUp()
343 private ThroughputScorer mThroughputScorer; field in WifiNetworkSelectorTest
2451 mThroughputScorer.getIdentifier())) { in testCandidateScorerMetricsThroughputScorer()
2455 mWifiNetworkSelector.registerCandidateScorer(mThroughputScorer); in testCandidateScorerMetricsThroughputScorer()
2464 int throughputExpId = experimentIdFromIdentifier(mThroughputScorer.getIdentifier()); in testCandidateScorerMetricsThroughputScorer()
2470 mThroughputScorer.getIdentifier())) { in testCandidateScorerMetricsThroughputScorer()