Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNetworkAgentInfo.java963 public NetworkRanker.Scoreable getValidatedScoreable() { in getValidatedScoreable() method in NetworkAgentInfo
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java4167 return mNetworkRanker.mightBeat(req, champion, candidate.getValidatedScoreable()); in isNetworkPotentialSatisfier()