android.provider
Class ContactsContract.ProfileSyncState
java.lang.Object
android.provider.ContactsContract.ProfileSyncState
- All Implemented Interfaces:
- BaseColumns, SyncStateContract.Columns
- Enclosing class:
- ContactsContract
public static final class ContactsContract.ProfileSyncState
- extends Object
- implements SyncStateContract.Columns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_DIRECTORY
public static final String CONTENT_DIRECTORY
- See Also:
- Constant Field Values
CONTENT_URI
public static final Uri CONTENT_URI
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.