Searched refs:allowedServices (Results 1 – 1 of 1) sorted by relevance
90 Set<Integer> allowedServices = new HashSet<>(); in getCarrierSupportedSatelliteServices() local91 for (int service : capabilityProto.allowedServices) { in getCarrierSupportedSatelliteServices()92 allowedServices.add(service); in getCarrierSupportedSatelliteServices()94 satelliteCapabilityMap.put(carrierPlmn, allowedServices); in getCarrierSupportedSatelliteServices()