|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Sync
public final class Sync
The Sync provider stores information used in managing the syncing of the device, including the history and pending syncs.
| Nested Class Summary | |
|---|---|
static class |
Sync.Active
Provides constants and utility methods to access and use the pending syncs table |
static interface |
Sync.ActiveColumns
Columns from the history table. |
static class |
Sync.History
Provides constants and utility methods to access and use the history table. |
static interface |
Sync.HistoryColumns
Columns from the history table. |
static class |
Sync.Pending
Provides constants and utility methods to access and use the pending syncs table |
static class |
Sync.Settings
Provides constants and utility methods to access and use the settings table. |
static interface |
Sync.SettingsColumns
Columns in the settings table, which holds key/value pairs of settings. |
static class |
Sync.Stats
Provides constants and utility methods to access and use the stats table. |
static interface |
Sync.StatsColumns
Columns from the stats table. |
static class |
Sync.Status
Provides constants and utility methods to access and use the authority history table, which contains information about syncs aggregated by account and authority. |
static interface |
Sync.StatusColumns
Columns from the history table. |
| Field Summary | |
|---|---|
static Uri |
CONTENT_URI
The content url for this provider. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||