public static final class

HtcContactsContract.Suggestion

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

Summary

Constants
String CONTACT_ID1
String CONTACT_ID2
String MERGE_CONTACT_COMPLETE
String RAW_CONTACT_ID1
String RAW_CONTACT_ID2
String REMOVED
String SCORE
String TABLE_NAME Table name
Fields
public static final Uri CONTENT_URI The content:// style URI for this table
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTACT_ID1

Constant Value: "contact_id1"

public static final String CONTACT_ID2

Constant Value: "contact_id2"

public static final String MERGE_CONTACT_COMPLETE

Constant Value: "android.intent.action.CONTACT_MERGE_COMPLETE"

public static final String RAW_CONTACT_ID1

Constant Value: "raw_contact_id1"

public static final String RAW_CONTACT_ID2

Constant Value: "raw_contact_id2"

public static final String REMOVED

Constant Value: "removed"

public static final String SCORE

Constant Value: "score"

public static final String TABLE_NAME

Table name

Constant Value: "suggestion"

Fields

public static final Uri CONTENT_URI

The content:// style URI for this table