Home
last modified time | relevance | path

Searched refs:isSatelliteEmergencyMessagingSupportedViaCarrier (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java532 mTestSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier = false; in testSelectEmergencyCallWaitForConnectionTimeoutDuration()
547 mTestSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier = true; in testSelectEmergencyCallWaitForConnectionTimeoutDuration()
655 public boolean isSatelliteEmergencyMessagingSupportedViaCarrier = true; field in SatelliteSOSMessageRecommenderTest.TestSatelliteController
719 public boolean isSatelliteEmergencyMessagingSupportedViaCarrier() { in isSatelliteEmergencyMessagingSupportedViaCarrier() method in SatelliteSOSMessageRecommenderTest.TestSatelliteController
720 return isSatelliteEmergencyMessagingSupportedViaCarrier; in isSatelliteEmergencyMessagingSupportedViaCarrier()
DSatelliteControllerTest.java3672 assertFalse(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()
3676 assertFalse(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()
3688 assertFalse(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()
3702 assertTrue(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java564 if (mSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier()) { in selectEmergencyCallWaitForConnectionTimeoutDuration()
802 if (mSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier()) return true; in isSatelliteSupported()
DSatelliteController.java2817 public boolean isSatelliteEmergencyMessagingSupportedViaCarrier() { in isSatelliteEmergencyMessagingSupportedViaCarrier() method in SatelliteController
2824 if (isSatelliteEmergencyMessagingSupportedViaCarrier(phone.getSubId())) { in isSatelliteEmergencyMessagingSupportedViaCarrier()
2831 private boolean isSatelliteEmergencyMessagingSupportedViaCarrier(int subId) { in isSatelliteEmergencyMessagingSupportedViaCarrier() method in SatelliteController
2981 if (!isSatelliteEmergencyMessagingSupportedViaCarrier(phone.getSubId())) { in getCarrierEmergencyCallWaitForConnectionTimeoutMillis()