SimAccountType Enum

Definition

public enum SimAccountType
type SimAccountType = 
Inheritance
SimAccountType

Fields

Name Value Description
UnknownEfType 0

An invalid EF type identifier.

Android reference for android.provider.ContactsContract.SimAccount.UNKNOWN_EF_TYPE.

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.

AdnEfType 1

EF type identifier for the ADN partition.

Android reference for android.provider.ContactsContract.SimAccount.ADN_EF_TYPE.

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.

FdnEfType 2

EF type identifier for the FDN partition.

Android reference for android.provider.ContactsContract.SimAccount.FDN_EF_TYPE.

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.

SdnEfType 3

EF type identifier for the SDN partition.

Android reference for android.provider.ContactsContract.SimAccount.SDN_EF_TYPE.

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