Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java145 double getLastSelectionWeight(); in getLastSelectionWeight() method
372 public double getLastSelectionWeight() { in getLastSelectionWeight() method in WifiCandidates.CandidateImpl
456 if (getLastSelectionWeight() != 0.0) { in toString()
459 + Math.round(getLastSelectionWeight() * 1000.0) / 1000.0 in toString()
DCompatibilityScorer.java88 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
DBubbleFunScorer.java84 score += candidate.getLastSelectionWeight() * LAST_SELECTION_BOOST; in scoreCandidate()
DScoreCardBasedScorer.java97 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
DThroughputScorer.java185 if (candidate.getLastSelectionWeight() > 0.0 && (mWifiContext.getResources().getBoolean( in scoreCandidate()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java80 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()
235 public double getLastSelectionWeight() { in getLastSelectionWeight() method in ConcreteCandidate
DWifiNetworkSelectorTest.java1661 assertTrue(candidate.getLastSelectionWeight() > 0.0); in testLastSelectionWeightForLatestSelectedNetwork()
1678 assertTrue(candidate.getLastSelectionWeight() == 0.0); in testLastSelectionWeightForLatestSelectedNetwork()
1942 assertTrue(candidates.get(0).getLastSelectionWeight() > 0); in verifyLastSelectedWeight()
1954 assertEquals(0, candidates.get(0).getLastSelectionWeight(), 0); in verifyLastSelectedWeight()