Java android.provider SyncConstValue fields, constructors, methods, implement or subclass

Example usage for Java android.provider SyncConstValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider SyncConstValue.

The text is from its open source code.

Field

String_SYNC_ACCOUNT
The account that was used to sync the entry to the device.
String_SYNC_ID
The unique ID for a row assigned by the sync source.
String_SYNC_TIME
The last time, from the sync source's point of view, that this row has been synchronized.
String_SYNC_VERSION
The version of the row, as assigned by the server.
String_SYNC_LOCAL_ID
Used in temporary provider while syncing, always NULL for rows in persistent providers.
String_SYNC_DIRTY
Used to indicate that local, unsynced, changes are present.