Searched refs:sendNetworkScore (Results 1 – 11 of 11) sorted by relevance
224 verify(mNetworkAgent).sendNetworkScore(anyInt()); in calculateAndReportScoreSucceeds()238 verify(mNetworkAgent, never()).sendNetworkScore(anyInt()); in calculateAndReportScoreDoesNotReportWhenRssiIsNotValid()298 verify(mNetworkAgent, atLeast(1)).sendNetworkScore(score); in giveUpOnBadRssiWhenDataIsNotMoving()315 verify(mNetworkAgent, atLeast(1)).sendNetworkScore(score);707 verify(mNetworkAgent).sendNetworkScore(49);712 verify(mNetworkAgent).sendNetworkScore(59);
268 public synchronized void sendNetworkScore(int score, DataConnection dc) { in sendNetworkScore() method in DcNetworkAgent270 sendNetworkScore(score); in sendNetworkScore()
3078 mNetworkAgent.sendNetworkScore(mScore, this); in updateScore()
93 mNetworkAgent.sendNetworkScore(score); in notifyScoreUpdate()362 mNetworkAgent.sendNetworkScore(score); in calculateAndReportScore()
135 agent.sendNetworkScore(updatedScore) in <lambda>()
163 mNetworkAgent.sendNetworkScore(mScore); in adjustScore()
547 mNetworkAgent.sendNetworkScore(getNetworkScore()); in updateAgent()
756 public final void sendNetworkScore(@IntRange(from = 0, to = 99) int score) { in sendNetworkScore() method in NetworkAgent
6170 method public final void sendNetworkScore(@IntRange(from=0, to=99) int);
6222 method public final void sendNetworkScore(@IntRange(from=0, to=99) int);
14098 HSPLandroid/net/NetworkAgent;->sendNetworkScore(I)V