android.provider
Class ContactsContract.ProfileSyncState

java.lang.Object
  extended by android.provider.ContactsContract.ProfileSyncState
All Implemented Interfaces:
BaseColumns, SyncStateContract.Columns
Enclosing class:
ContactsContract

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


Field Summary
static String CONTENT_DIRECTORY
           
static Uri CONTENT_URI
           
 
Fields inherited from interface android.provider.SyncStateContract.Columns
ACCOUNT_NAME, ACCOUNT_TYPE, DATA
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_DIRECTORY

public static final String CONTENT_DIRECTORY
See Also:
Constant Field Values

CONTENT_URI

public static final Uri CONTENT_URI
Method Detail

get

public static byte[] get(ContentProviderClient provider,
                         Account account)
                  throws RemoteException
Throws:
RemoteException

getWithUri

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

set

public static void set(ContentProviderClient provider,
                       Account account,
                       byte[] data)
                throws RemoteException
Throws:
RemoteException

newSetOperation

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


Copyright © 2008-2012. All Rights Reserved.