Language

RegistrationTech Enum

Definition

public enum RegistrationTech
type RegistrationTech = 
Inheritance
RegistrationTech

Fields

Name Value Description
None -1

No registration technology specified, used when we are not registered.

Android reference for android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_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.

Lte 0

This ImsService is registered to IMS via LTE.

Android reference for android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_LTE.

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.

Iwlan 1

This ImsService is registered to IMS via IWLAN.

Android reference for android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_IWLAN.

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.

CrossSim 2

This ImsService is registered to IMS via internet over second subscription.

Android reference for android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_CROSS_SIM.

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.

Nr 3

This ImsService is registered to IMS via NR.

Android reference for android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_NR.

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.

ThreeG 4

This ImsService is registered to IMS via 3G.

Android reference for android.telephony.ims.stub.ImsRegistrationImplBase.REGISTRATION_TECH_3G.

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