Searched refs:getSupportedSatelliteServices (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/configupdate/ |
D | TelephonyConfigUpdateInstallReceiverTest.java | 300 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/ |
D | NtnCapabilityResolver.java | 55 satelliteController.getSupportedSatelliteServices(subId, satellitePlmn)); in resolveNtnCapability()
|
D | SatelliteConfig.java | 128 public Map<String, Set<Integer>> getSupportedSatelliteServices(int carrierId) { in getSupportedSatelliteServices() method in SatelliteConfig
|
D | SatelliteController.java | 2733 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/ |
D | SatelliteConfigParserTest.java | 151 .getSupportedSatelliteServices(0); in testGetSupportedSatelliteServices() 153 .getSupportedSatelliteServices(1); in testGetSupportedSatelliteServices()
|
D | SatelliteControllerTest.java | 1744 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 …]
|
D | NtnCapabilityResolverTest.java | 83 .getSupportedSatelliteServices(SUB_ID, SATELLITE_PLMN); in setUp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/configupdate/ |
D | TelephonyConfigUpdateInstallReceiver.java | 113 satelliteConfig.getSupportedSatelliteServices(carrierId); in isValidSatelliteCarrierConfigData()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 3439 .getSupportedSatelliteServices(sst.mSubId, "10123"); in testRegisterToSatellite()
|