Searched refs:resultPolicyIds (Results 1 – 1 of 1) sorted by relevance
185 List<Byte> resultPolicyIds = new ArrayList<>(); in matchesResults() local187 resultPolicyIds.add((byte) status.policyId); in matchesResults()189 Collections.sort(resultPolicyIds); in matchesResults()190 return policyIds.equals(resultPolicyIds); in matchesResults()