Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteConfig.java90 Set<Integer> allowedServices = new HashSet<>(); in getCarrierSupportedSatelliteServices() local
91 for (int service : capabilityProto.allowedServices) { in getCarrierSupportedSatelliteServices()
92 allowedServices.add(service); in getCarrierSupportedSatelliteServices()
94 satelliteCapabilityMap.put(carrierPlmn, allowedServices); in getCarrierSupportedSatelliteServices()