# Print output for @column tags ?> ContactsContract.ProfileSyncState - Android SDK | Android Developers

Most visited


Recently visited


ContactsContract.ProfileSyncState

public static final class ContactsContract.ProfileSyncState
extends Object implements SyncStateContract.Columns

java.lang.Object
   ↳ android.provider.ContactsContract.ProfileSyncState


A table provided for sync adapters to use for storing private sync state data for the user's personal profile.

See also:

Summary


Constants

String CONTENT_DIRECTORY

Inherited constants

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)

Inherited methods

Constants


CONTENT_DIRECTORY

public static final String CONTENT_DIRECTORY

Constant Value: "syncstate"

Fields


CONTENT_URI

public static final Uri CONTENT_URI

The content:// style URI for this table

Public methods


get

public static byte[] get (ContentProviderClient provider, 
                Account account)

Parameters
provider ContentProviderClient

account Account

Returns
byte[]

Throws
RemoteException

See also:

getWithUri

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

Parameters
provider ContentProviderClient

account Account

Returns
Pair<Uri, byte[]>

Throws
RemoteException

See also:

newSetOperation

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

Parameters
account Account

data byte

Returns
ContentProviderOperation

See also:

set

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

Parameters
provider ContentProviderClient

account Account

data byte

Throws
RemoteException

See also:

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.