Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/
H A DNetworkPriorityClassifierTest.java32 …tatic com.android.server.vcn.routeselection.NetworkPriorityClassifier.checkMatchesWifiPriorityRule;
325 checkMatchesWifiPriorityRule( in verifyMatchWifi()
381 checkMatchesWifiPriorityRule( in verifyMatchWifiWithSsid()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DNetworkPriorityClassifier.java191 return checkMatchesWifiPriorityRule( in checkMatchesPriorityRule()
214 public static boolean checkMatchesWifiPriorityRule( in checkMatchesWifiPriorityRule() method in NetworkPriorityClassifier