Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteServiceUtilsTest.java88 Set<Integer> supportedServices = supportedServiceMap.get(plmn1); in testParseSupportedSatelliteServicesFromPersistableBundle() local
90 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java2740 Map<String, Set<Integer>> supportedServices = in getSupportedSatelliteServices() local
2742 if (supportedServices != null && supportedServices.containsKey(plmn)) { in getSupportedSatelliteServices()
2743 return new ArrayList<>(supportedServices.get(plmn)); in getSupportedSatelliteServices()