Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/configupdate/
DTelephonyConfigUpdateInstallReceiverTest.java300 doReturn(validPlmnsServices).when(mockConfig).getSupportedSatelliteServices(anyInt()); in testIsValidSatelliteCarrierConfigData()
309 doReturn(invalidPlmnsServices1).when(mockConfig).getSupportedSatelliteServices(anyInt()); in testIsValidSatelliteCarrierConfigData()
317 doReturn(invalidPlmnsServices2).when(mockConfig).getSupportedSatelliteServices(anyInt()); in testIsValidSatelliteCarrierConfigData()
325 doReturn(invalidPlmnsServices3).when(mockConfig).getSupportedSatelliteServices(anyInt()); in testIsValidSatelliteCarrierConfigData()
333 doReturn(invalidPlmnsServices4).when(mockConfig).getSupportedSatelliteServices(anyInt()); in testIsValidSatelliteCarrierConfigData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DNtnCapabilityResolver.java55 satelliteController.getSupportedSatelliteServices(subId, satellitePlmn)); in resolveNtnCapability()
DSatelliteConfig.java128 public Map<String, Set<Integer>> getSupportedSatelliteServices(int carrierId) { in getSupportedSatelliteServices() method in SatelliteConfig
DSatelliteController.java2733 public List<Integer> getSupportedSatelliteServices(int subId, String plmn) { in getSupportedSatelliteServices() method in SatelliteController
3926 satelliteConfig.getSupportedSatelliteServices(carrierId); in updateSupportedSatelliteServices()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteConfigParserTest.java151 .getSupportedSatelliteServices(0); in testGetSupportedSatelliteServices()
153 .getSupportedSatelliteServices(1); in testGetSupportedSatelliteServices()
DSatelliteControllerTest.java1744 mSatelliteControllerUT.getSupportedSatelliteServices(SUB_ID, "00101"); in testSupportedSatelliteServices()
1771 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00101"); in testSupportedSatelliteServices()
1787 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00102"); in testSupportedSatelliteServices()
1790 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00103"); in testSupportedSatelliteServices()
1793 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00104"); in testSupportedSatelliteServices()
1796 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00105"); in testSupportedSatelliteServices()
1815 mSatelliteControllerUT.getSupportedSatelliteServices(SUB_ID, "00102"); in testSupportedSatelliteServices()
1822 mSatelliteControllerUT.getSupportedSatelliteServices(SUB_ID, "00103"); in testSupportedSatelliteServices()
1829 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00104"); in testSupportedSatelliteServices()
1835 testSatelliteController.getSupportedSatelliteServices(SUB_ID, "00105"); in testSupportedSatelliteServices()
[all …]
DNtnCapabilityResolverTest.java83 .getSupportedSatelliteServices(SUB_ID, SATELLITE_PLMN); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/configupdate/
DTelephonyConfigUpdateInstallReceiver.java113 satelliteConfig.getSupportedSatelliteServices(carrierId); in isValidSatelliteCarrierConfigData()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java3439 .getSupportedSatelliteServices(sst.mSubId, "10123"); in testRegisterToSatellite()