Language

ImsEmergencyVoWifiRequires Enum

Definition

public enum ImsEmergencyVoWifiRequires
type ImsEmergencyVoWifiRequires = 
Inheritance
ImsEmergencyVoWifiRequires

Fields

Name Value Description
None 0

Default value. If ImsWfc.KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL is true, VoWi-Fi emergency call shall be attempted if Wi-Fi network is connected. Otherwise, it shall be attempted if IMS is registered over Wi-Fi.

Android reference for android.telephony.CarrierConfigManager.ImsEmergency.VOWIFI_REQUIRES_NONE.

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.

SettingEnabled 1

VoWi-Fi emergency call shall be attempted on IMS over Wi-Fi if Wi-Fi network is connected and Wi-Fi calling setting is enabled. This value is applicable if the value of ImsWfc.KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL is true.

Android reference for android.telephony.CarrierConfigManager.ImsEmergency.VOWIFI_REQUIRES_SETTING_ENABLED.

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.

ValidEid 2

VoWi-Fi emergency call shall be attempted on IMS over Wi-Fi if Wi-Fi network is connected and Wi-Fi calling is activated successfully. The device shall have the valid Entitlement ID if the user activates VoWi-Fi emergency calling successfully. This value is applicable if the value of ImsWfc.KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL is true.

Android reference for android.telephony.CarrierConfigManager.ImsEmergency.VOWIFI_REQUIRES_VALID_EID.

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