Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
DUnderlyingNetworkController.java169 final Set<Set<CapabilityMatchCriteria>> dedupedCapsMatchSets = new ArraySet<>(); in dedupAndGetCapRequirementsForCell() local
188 dedupedCapsMatchSets.add(capsMatchSet); in dedupAndGetCapRequirementsForCell()
192 dedupedCapsMatchSets.add( in dedupAndGetCapRequirementsForCell()
196 return dedupedCapsMatchSets; in dedupAndGetCapRequirementsForCell()