to top
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

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

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

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

? Examples
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 14

Constant Value: "syncstate"

Fields

public static final Uri CONTENT_URI

Added in API level 14

The content:// style URI for this table

Public Methods

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

Added in API level 14

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

Added in API level 14

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

Added in API level 14

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

Added in API level 14
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.