java.lang.Object | |
↳ | android.content.SyncInfo |
Information about the sync operation that is currently underway.
[Expand]
Inherited Constants
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
account |
The
Account
that is currently being synced.
|
|||||||||
|
authority | The authority of the provider that is currently being synced. | |||||||||
|
startTime | The start time of the current sync operation in milliseconds since boot. |
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
From interface
android.os.Parcelable
|
The authority of the provider that is currently being synced.
The start time of the current sync operation in milliseconds since boot.
This is represented in elapsed real time.
See
elapsedRealtime()
.