Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java344 mSatelliteServicesSupportedByCarriers = new HashMap<>(); field in SatelliteController
2739 if (mSatelliteServicesSupportedByCarriers.containsKey(subId)) { in getSupportedSatelliteServices()
2741 mSatelliteServicesSupportedByCarriers.get(subId); in getSupportedSatelliteServices()
3847 mSatelliteServicesSupportedByCarriers.clear(); in updateSupportedSatelliteServicesForActiveSubscriptions()
3900 if (mSatelliteServicesSupportedByCarriers.containsKey(subId) in updatePlmnListPerCarrier()
3901 && mSatelliteServicesSupportedByCarriers.get(subId) != null) { in updatePlmnListPerCarrier()
3903 mSatelliteServicesSupportedByCarriers.get(subId).keySet().stream().toList(); in updatePlmnListPerCarrier()
3928 mSatelliteServicesSupportedByCarriers.put(subId, supportedServicesPerPlmn); in updateSupportedSatelliteServices()
3938 mSatelliteServicesSupportedByCarriers.put( in updateSupportedSatelliteServices()