Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkController.java167 final Set<CapabilityMatchCriteria> capsMatchSet = new ArraySet<>(); in dedupAndGetCapRequirementsForCell() local
177 capsMatchSet.add(new CapabilityMatchCriteria(capability, matchCriteria)); in dedupAndGetCapRequirementsForCell()
181 dedupedCapsMatchSets.add(capsMatchSet); in dedupAndGetCapRequirementsForCell()