CarrierConfigManager.ImsEmergency.KeyQuickCrossStackRedialTimerSecInt Field

Definition

If emergency calls are only allowed with normal-registered service and UE should get normal service in a short time with acquired band information, telephony expects dialing emergency call will be completed in a short time.

[Android.Runtime.Register("KEY_QUICK_CROSS_STACK_REDIAL_TIMER_SEC_INT", ApiSince=35)]
public const string KeyQuickCrossStackRedialTimerSecInt;
[<Android.Runtime.Register("KEY_QUICK_CROSS_STACK_REDIAL_TIMER_SEC_INT", ApiSince=35)>]
val mutable KeyQuickCrossStackRedialTimerSecInt : string

Field Value

Attributes

Remarks

If emergency calls are only allowed with normal-registered service and UE should get normal service in a short time with acquired band information, telephony expects dialing emergency call will be completed in a short time. If dialing is not completed with in a certain timeout, telephony shall place on another SIM slot. If this value is set to #REDIAL_TIMER_DISABLED, then the timer will never be started and domain selection continues on the current SIM slot. The timer shall be started for the first trial of each subscription and shall be ignored in the roaming networks and non-domestic networks.

The default value for the timer is #REDIAL_TIMER_DISABLED.

Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.KEY_QUICK_CROSS_STACK_REDIAL_TIMER_SEC_INT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to