Example usage for Java android.provider ContactsContract fields, constructors, methods, implement or subclass
The text is from its open source code.
String | AUTHORITY The authority for the contacts provider |
Uri | AUTHORITY_URI A content:// style uri to the authority for the contacts provider |
String | CALLER_IS_SYNCADAPTER An optional URI parameter for insert, update, or delete queries that allows the caller to specify that it is a sync adapter. |
String | DIRECTORY_PARAM_KEY Query parameter that should be used by the client to access a specific Directory . |
String | LIMIT_PARAM_KEY A query parameter that limits the number of results returned for supported URIs. |
String | STREQUENT_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. |
String | DEFERRED_SNIPPETING A key to a boolean in the "extras" bundle of the cursor. |
String | DEFERRED_SNIPPETING_QUERY Key to retrieve the original deferred snippeting from the cursor on the client side. |