Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DApplicationQosPolicyRequestHandler.java185 List<Byte> resultPolicyIds = new ArrayList<>(); in matchesResults() local
187 resultPolicyIds.add((byte) status.policyId); in matchesResults()
189 Collections.sort(resultPolicyIds); in matchesResults()
190 return policyIds.equals(resultPolicyIds); in matchesResults()