Searched refs:mSatelliteServicesSupportedByCarriers (Results 1 – 1 of 1) sorted by relevance
344 mSatelliteServicesSupportedByCarriers = new HashMap<>(); field in SatelliteController2739 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()