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.ProfileSyncState

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

Class Overview

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

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

Constant Value: "syncstate"

Fields

public static final Uri CONTENT_URI

The content:// style URI for this table

Public Methods

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

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

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