Searched refs:getCurrentScore (Results 1 – 3 of 3) sorted by relevance
405 private int getCurrentScore(boolean pretendValidated) { in getCurrentScore() method in NetworkAgentInfo439 public int getCurrentScore() { in getCurrentScore() method in NetworkAgentInfo440 return getCurrentScore(false); in getCurrentScore()446 return getCurrentScore(true); in getCurrentScoreAsValidated()558 "nc{" + networkCapabilities + "} Score{" + getCurrentScore() + "} " + in toString()577 return other.getCurrentScore() - getCurrentScore(); in compareTo()
2027 updateCapabilities(nai.getCurrentScore(), nai, networkCapabilities); in maybeHandleNetworkAgentMessage()2102 final int oldScore = nai.getCurrentScore(); in maybeHandleNetworkMonitorMessage()2107 if (oldScore != nai.getCurrentScore()) sendUpdatedScoreToFactories(nai); in maybeHandleNetworkMonitorMessage()2132 final int oldScore = nai.getCurrentScore(); in maybeHandleNetworkMonitorMessage()2223 (nai != null ? nai.getCurrentScore() : 0), 0, nri.request); in handleAsyncChannelHalfConnect()2427 mNetworkForRequestId.get(nri.request.requestId).getCurrentScore() < in unneeded()2507 updateCapabilities(nai.getCurrentScore(), nai, nai.networkCapabilities); in handleRemoveNetworkRequest()2601 int oldScore = nai.getCurrentScore(); in handleSetAcceptUnvalidated()2628 int oldScore = nai.getCurrentScore(); in handleSetAvoidUnvalidated()4575 if (nai.getCurrentScore() == oldScore && in updateCapabilities()[all …]
209 (nai != null ? nai.getCurrentScore() : 0), 0, nri.request); in handleAsyncChannelHalfConnect()890 sendUpdatedScoreToFactories(nr, nai.getCurrentScore()); in sendUpdatedScoreToFactories()