Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/
H A DNetworkAgentWrapper.java209 final int newLegacyScore = mScore.getLegacyInt() + change; in adjustScore() local
211 .setLegacyInt(newLegacyScore); in adjustScore()
212 if (mNetworkCapabilities.hasTransport(TRANSPORT_WIFI) && newLegacyScore < 50) { in adjustScore()