Example usage for Java android.provider SyncConstValue fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |