public static final class

HtcContactsContract.Link

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

Summary

Constants
long LINK_AUTO_RULE
long LINK_MANUAL_RULE
long LINK_NO_RULE
Fields
public static final Uri CONTENT_URI
Public Constructors
HtcContactsContract.Link()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final long LINK_AUTO_RULE

Constant Value: 0 (0x0000000000000000)

public static final long LINK_MANUAL_RULE

Constant Value: 1 (0x0000000000000001)

public static final long LINK_NO_RULE

Constant Value: 2 (0x0000000000000002)

Fields

public static final Uri CONTENT_URI

Public Constructors

public HtcContactsContract.Link ()