public static final class

HtcContactsContract.VIP_SIM

extends Object
java.lang.Object
   ↳ android.provider.HtcContactsContract.VIP_SIM

Summary

Constants
String RECORD_NUMBER The extra field for the sim contact's record number.
String SERIAL_NUMBER The extra field for the sim's serialNumber.
String TABLE_NAME
Fields
public static final Uri CONTENT_URI The content:// style URL for this table
Public Constructors
HtcContactsContract.VIP_SIM()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String RECORD_NUMBER

The extra field for the sim contact's record number.

Type: String/P>

Constant Value: "record_number"

public static final String SERIAL_NUMBER

The extra field for the sim's serialNumber.

Type: String/P>

Constant Value: "serial_number"

public static final String TABLE_NAME

Constant Value: "vip_sim_contact"

Fields

public static final Uri CONTENT_URI

The content:// style URL for this table

Public Constructors

public HtcContactsContract.VIP_SIM ()