Home | History | Annotate | Download | only in server

Lines Matching full:oldscore

4006     // "oldScore", otherwise pass changed.getCurrentScore() or 0 if "changed" is null.
4007 private void rematchAllNetworksAndRequests(NetworkAgentInfo changed, int oldScore) {
4016 if (changed != null && oldScore < changed.getCurrentScore()) {
4127 final int oldScore = nai.getCurrentScore();
4130 if (nai.created) rematchAllNetworksAndRequests(nai, oldScore);