Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final class

ContactsContract.SyncState

extends Object
implements SyncStateContract.Columns
java.lang.Object
   ↳ android.provider.ContactsContract.SyncState

Class Overview

A table provided for sync adapters to use for storing private sync state data for contacts.

Summary

Constants
String CONTENT_DIRECTORY
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.SyncStateContract.Columns
Fields
public static final Uri CONTENT_URI The content:// style URI for this table
Public Methods
static byte[] get ( ContentProviderClient provider, Account account)
static Pair < Uri , byte[]> getWithUri ( ContentProviderClient provider, Account account)
static ContentProviderOperation newSetOperation ( Account account, byte[] data)
static void set ( ContentProviderClient provider, Account account, byte[] data)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DIRECTORY

Added in API level 5

Constant Value: "syncstate"

Fields

public static final Uri CONTENT_URI

Added in API level 5

The content:// style URI for this table

Public Methods

public static Pair < Uri , byte[]> getWithUri ( ContentProviderClient provider, Account account)

Added in API level 5

public static ContentProviderOperation newSetOperation ( Account account, byte[] data)

Added in API level 5

public static void set ( ContentProviderClient provider, Account account, byte[] data)

Added in API level 5