Searched refs:supportedServices (Results 1 – 2 of 2) sorted by relevance
88 Set<Integer> supportedServices = supportedServiceMap.get(plmn1); in testParseSupportedSatelliteServicesFromPersistableBundle() local90 supportedServices.stream() in testParseSupportedSatelliteServicesFromPersistableBundle()95 supportedServices = supportedServiceMap.get(plmn2); in testParseSupportedSatelliteServicesFromPersistableBundle()97 supportedServices.stream() in testParseSupportedSatelliteServicesFromPersistableBundle()102 supportedServices = supportedServiceMap.get(plmn3); in testParseSupportedSatelliteServicesFromPersistableBundle()103 assertTrue(supportedServices.isEmpty()); in testParseSupportedSatelliteServicesFromPersistableBundle()
2740 Map<String, Set<Integer>> supportedServices = in getSupportedSatelliteServices() local2742 if (supportedServices != null && supportedServices.containsKey(plmn)) { in getSupportedSatelliteServices()2743 return new ArrayList<>(supportedServices.get(plmn)); in getSupportedSatelliteServices()