public interface SyncConstValue
Modifier and Type | Field and Description |
---|---|
static String |
_SYNC_ACCOUNT
Deprecated.
The account that was used to sync the entry to the device.
|
static String |
_SYNC_ACCOUNT_TYPE
Deprecated.
The type of the account that was used to sync the entry to the device.
|
static String |
_SYNC_DIRTY
Deprecated.
Used to indicate that local, unsynced, changes are present.
|
static String |
_SYNC_ID
Deprecated.
The unique ID for a row assigned by the sync source.
|
static String |
_SYNC_LOCAL_ID
Deprecated.
Used in temporary provider while syncing, always NULL for rows in persistent providers.
|
static String |
_SYNC_MARK
Deprecated.
Used only in persistent providers, and only during merging.
|
static String |
_SYNC_TIME
Deprecated.
The last time, from the sync source's point of view, that this row has been synchronized.
|
static String |
_SYNC_VERSION
Deprecated.
The version of the row, as assigned by the server.
|
static String |
NON_SYNCABLE_ACCOUNT
Deprecated.
Used to indicate that this account is not synced
|
static String |
NON_SYNCABLE_ACCOUNT_TYPE
Deprecated.
Used to indicate that this account is not synced
|
static final String _SYNC_ACCOUNT
Type: TEXT
static final String _SYNC_ACCOUNT_TYPE
Type: TEXT
static final String _SYNC_ID
Type: TEXT
static final String _SYNC_TIME
Type: INTEGER (long)
static final String _SYNC_VERSION
Type: TEXT
static final String _SYNC_LOCAL_ID
Type: INTEGER (long)
static final String _SYNC_MARK
Type: INTEGER (long)
static final String _SYNC_DIRTY
Type: INTEGER (long)
static final String NON_SYNCABLE_ACCOUNT
static final String NON_SYNCABLE_ACCOUNT_TYPE