Home
last modified time | relevance | path

Searched defs:supportedServices (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteServiceUtilsTest.java69 Set<Integer> supportedServices = supportedServiceMap.get("10011"); in testParseSupportedSatelliteServicesFromStringArray() local
137 Set<Integer> supportedServices = supportedServiceMap.get(plmn1); in testParseSupportedSatelliteServicesFromPersistableBundle() local
DSatelliteControllerTest.java1517 int[] supportedServices = {1, 3}; in testSupportedSatelliteServices() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteServiceUtils.java382 Set<Integer> supportedServices = new HashSet<>(entry.getValue()); in mergeSupportedSatelliteServices() local
387 supportedServicesMap.put(entry.getKey(), supportedServices); in mergeSupportedSatelliteServices() local
DSatelliteController.java1960 Map<String, Set<Integer>> supportedServices = in getSupportedSatelliteServices() local
2415 String[] supportedServices = readStringArrayFromOverlayConfig( in readSupportedSatelliteServicesFromOverlayConfig() local