public static final class

IccContract.IccPhonebook

extends Object
java.lang.Object
   ↳ com.android.internal.telephony.IccContract.IccPhonebook

Summary

Constants
int COLUMN_EMAILS
int COLUMN_HIDDEN
int COLUMN_NAME
int COLUMN_NUMBER
int COLUMN_NUMBER1
int COLUMN_NUMBER2
int COLUMN_RECORD_NUMBER
String EMAILS email address

Type: TEXT

String HIDDEN Hidden entry

Type: TEXT

String NAME Name

Type: TEXT

String NUMBER phone number

Type: TEXT

String NUMBER1 second phone number

Type: TEXT

String NUMBER2 second phone number

Type: TEXT

String RECORD_NUMBER The virtual SIM table id that this setting maps to

Type: INTEGER

Fields
public static final String[] COLUMN_NAMES
public static final Uri CONTENT_URI The content:// style URI for this table.
public static final Uri RUIM_CONTENT_URI
public static final Uri SIM_CONTENT_URI
public static final Uri SUB_SIM_CONTENT_URI
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int COLUMN_EMAILS

Constant Value: 6 (0x00000006)

public static final int COLUMN_HIDDEN

Constant Value: 2 (0x00000002)

public static final int COLUMN_NAME

Constant Value: 0 (0x00000000)

public static final int COLUMN_NUMBER

Constant Value: 1 (0x00000001)

public static final int COLUMN_NUMBER1

Constant Value: 4 (0x00000004)

public static final int COLUMN_NUMBER2

Constant Value: 5 (0x00000005)

public static final int COLUMN_RECORD_NUMBER

Constant Value: 3 (0x00000003)

public static final String EMAILS

Since: API Level

email address

Type: TEXT

Constant Value: "emails"

public static final String HIDDEN

Since: API Level

Hidden entry

Type: TEXT

Constant Value: "hidden"

public static final String NAME

Since: API Level

Name

Type: TEXT

Constant Value: "name"

public static final String NUMBER

Since: API Level

phone number

Type: TEXT

Constant Value: "number"

public static final String NUMBER1

Since: API Level

second phone number

Type: TEXT

Constant Value: "number1"

public static final String NUMBER2

Since: API Level

second phone number

Type: TEXT

Constant Value: "number2"

public static final String RECORD_NUMBER

Since: API Level

The virtual SIM table id that this setting maps to

Type: INTEGER

Constant Value: "recordNumber"

Fields

public static final String[] COLUMN_NAMES

public static final Uri CONTENT_URI

The content:// style URI for this table.

public static final Uri RUIM_CONTENT_URI

public static final Uri SIM_CONTENT_URI

public static final Uri SUB_SIM_CONTENT_URI