CarrierConfigManager.ImsEmergency.KeyCrossStackRedialTimerSecInt Field

Definition

A timer to guard the max attempting time on current SIM slot so that modem will not stuck in current SIM slot for long time.

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

Field Value

Attributes

Remarks

A timer to guard the max attempting time on current SIM slot so that modem will not stuck in current SIM slot for long time. On timer expiry, if emergency call on the other SIM slot is preferable, telephony shall cancel the emergency call and place the call on the other 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. This value should be greater than the value of #KEY_EMERGENCY_SCAN_TIMER_SEC_INT.

The default value for the timer is 120 seconds.

Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.KEY_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