Searched refs:getLegacyInt (Results 1 – 6 of 6) sorted by relevance
305 return networkScore.getLegacyInt() == score; in verifySentNetworkScore()370 assertNotEquals(WifiScoreReport.LINGERING_SCORE, networkScore.getLegacyInt()); in mbbNetworkForceKeepUp()383 assertNotEquals(WifiScoreReport.LINGERING_SCORE, networkScore.getLegacyInt()); in mbbNetworkForceKeepUp()405 assertNotEquals(WifiScoreReport.LINGERING_SCORE, networkScore.getLegacyInt()); in calculateAndReportScoreWhileLingering_sendLingeringScore()419 assertEquals(WifiScoreReport.LINGERING_SCORE, networkScore.getLegacyInt()); in calculateAndReportScoreWhileLingering_sendLingeringScore()441 assertNotEquals(WifiScoreReport.LINGERING_SCORE, networkScore.getLegacyInt()); in calculateAndReportScoreWhileLingering_sendLingeringScore()475 assertEquals(WifiScoreReport.LINGERING_SCORE, networkScore.getLegacyInt()); in testExternalScorerWhileLingering_sendLingeringScore()490 return ns.getLegacyInt() == 49 && ns.isExiting() && ns.isTransportPrimary(); in testExternalScorerWhileLingering_sendLingeringScore()579 assertEquals(score, ns.getLegacyInt()); in giveUpOnBadRssiWhenDataIsNotMoving()1144 assertEquals(getMaxScore(), score.getLegacyInt()); in testFrameworkGetsUpdatesScore()[all …]
121 public int getLegacyInt() { in getLegacyInt() method in NetworkScore
218 final boolean invincible = score.getLegacyInt() > NetworkRanker.LEGACY_INT_MAX; in makeProspectiveScore()
365 setScoreFilter(score.getLegacyInt()); in setScoreFilter()
289 final int newLegacyScore = mScore.getLegacyInt() + change; in adjustScore()
380 method public int getLegacyInt();