Java android.provider ContactsContract fields, constructors, methods, implement or subclass

Example usage for Java android.provider ContactsContract fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider ContactsContract.

The text is from its open source code.

Field

StringAUTHORITY
The authority for the contacts provider
UriAUTHORITY_URI
A content:// style uri to the authority for the contacts provider
StringCALLER_IS_SYNCADAPTER
An optional URI parameter for insert, update, or delete queries that allows the caller to specify that it is a sync adapter.
StringDIRECTORY_PARAM_KEY
Query parameter that should be used by the client to access a specific Directory .
StringLIMIT_PARAM_KEY
A query parameter that limits the number of results returned for supported URIs.
StringSTREQUENT_PHONE_ONLY
A boolean parameter for Contacts#CONTENT_STREQUENT_URI and Contacts#CONTENT_STREQUENT_FILTER_URI , which requires the ContactsProvider to return only phone-related results.
StringDEFERRED_SNIPPETING
A key to a boolean in the "extras" bundle of the cursor.
StringDEFERRED_SNIPPETING_QUERY
Key to retrieve the original deferred snippeting from the cursor on the client side.