CarrierConfigManager.ImsEmergency.KeyMaximumCellularSearchTimerSecInt Field

Definition

The timer to wait for the call completion on the cellular network before attempting the call over Wi-Fi.

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

Field Value

Attributes

Remarks

The timer to wait for the call completion on the cellular network before attempting the call over Wi-Fi. On timer expiry, if emergency call on Wi-Fi is allowed and possible, telephony shall cancel the scan on the cellular network and place the call on Wi-Fi. If dialing over cellular network is ongoing when timer expires, dialing over Wi-Fi will be requested only when the ongoing dialing fails. If emergency call on Wi-Fi is not possible, then domain selection continues to try dialing from the radio and the timer remains expired. Later when calling over Wi-Fi is possible and dialing over cellular networks fails, calling over Wi-Fi will be requested. The timer shall be restarted from initial state if calling over Wi-Fi fails. If this value is set to #REDIAL_TIMER_DISABLED, then the timer will never be started.

The default value for the timer is #REDIAL_TIMER_DISABLED.

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