Searched refs:CapabilityMatchCriteria (Results 1 – 1 of 1) sorted by relevance
135 private static class CapabilityMatchCriteria { class in UnderlyingNetworkController139 CapabilityMatchCriteria(int capability, int matchCriteria) { in CapabilityMatchCriteria() method in UnderlyingNetworkController.CapabilityMatchCriteria151 if (!(other instanceof CapabilityMatchCriteria)) { in equals()155 final CapabilityMatchCriteria rhs = (CapabilityMatchCriteria) other; in equals()160 private static Set<Set<CapabilityMatchCriteria>> dedupAndGetCapRequirementsForCell( in dedupAndGetCapRequirementsForCell()162 final Set<Set<CapabilityMatchCriteria>> dedupedCapsMatchSets = new ArraySet<>(); in dedupAndGetCapRequirementsForCell()167 final Set<CapabilityMatchCriteria> capsMatchSet = new ArraySet<>(); in dedupAndGetCapRequirementsForCell()187 new CapabilityMatchCriteria( in dedupAndGetCapRequirementsForCell()224 for (Set<CapabilityMatchCriteria> capsMatchCriteria : in registerOrUpdateNetworkRequests()343 int subId, Set<CapabilityMatchCriteria> capsMatchCriteria) { in getCellNetworkRequestForSubId()[all …]