Searched refs:isSatelliteEmergencyMessagingSupportedViaCarrier (Results 1 – 4 of 4) sorted by relevance
532 mTestSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier = false; in testSelectEmergencyCallWaitForConnectionTimeoutDuration()547 mTestSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier = true; in testSelectEmergencyCallWaitForConnectionTimeoutDuration()655 public boolean isSatelliteEmergencyMessagingSupportedViaCarrier = true; field in SatelliteSOSMessageRecommenderTest.TestSatelliteController719 public boolean isSatelliteEmergencyMessagingSupportedViaCarrier() { in isSatelliteEmergencyMessagingSupportedViaCarrier() method in SatelliteSOSMessageRecommenderTest.TestSatelliteController720 return isSatelliteEmergencyMessagingSupportedViaCarrier; in isSatelliteEmergencyMessagingSupportedViaCarrier()
3672 assertFalse(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()3676 assertFalse(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()3688 assertFalse(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()3702 assertTrue(mSatelliteControllerUT.isSatelliteEmergencyMessagingSupportedViaCarrier()); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()
564 if (mSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier()) { in selectEmergencyCallWaitForConnectionTimeoutDuration()802 if (mSatelliteController.isSatelliteEmergencyMessagingSupportedViaCarrier()) return true; in isSatelliteSupported()
2817 public boolean isSatelliteEmergencyMessagingSupportedViaCarrier() { in isSatelliteEmergencyMessagingSupportedViaCarrier() method in SatelliteController2824 if (isSatelliteEmergencyMessagingSupportedViaCarrier(phone.getSubId())) { in isSatelliteEmergencyMessagingSupportedViaCarrier()2831 private boolean isSatelliteEmergencyMessagingSupportedViaCarrier(int subId) { in isSatelliteEmergencyMessagingSupportedViaCarrier() method in SatelliteController2981 if (!isSatelliteEmergencyMessagingSupportedViaCarrier(phone.getSubId())) { in getCarrierEmergencyCallWaitForConnectionTimeoutMillis()