Language

ImsEmergencyScanType Enum

Definition

public enum ImsEmergencyScanType
type ImsEmergencyScanType = 
Inheritance
ImsEmergencyScanType

Fields

Name Value Description
NoPreference 0

No specific preference given to the modem. Modem can return an emergency capable network either with limited service or full service.

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

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.

FullService 1

Modem will attempt to camp on a network with full service only.

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

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.

FullServiceFollowedByLimitedService 2

Telephony shall attempt full service scan first. If a full service network is not found, telephony shall attempt a limited service scan.

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

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