summaryrefslogtreecommitdiff
path: root/apps/Development/src/com/android/development/SyncAdapterDriver.java
Commit message (Collapse)AuthorAgeFilesLines
* Follow RegisteredServicesCache API changes.Jeff Sharkey2012-10-091-7/+3
| | | | | Bug: 7276595 Change-Id: I6064684380b7bbbec87c2345f782931d731ad5cb
* Make the sync adapter driver understand the new settingsActivityFred Quintana2011-08-251-1/+4
| | | | | | | parameter. Bug: 5204776 Change-Id: I66c5f40f8cc460479232ecdb71c4e8e0495058c3
* support the changes to the SyncAdapter definition that allowFred Quintana2010-12-091-1/+6
| | | | | | specifying allowParallelSyncs and isAlwaysSyncable Change-Id: Ifdeddbdd6d5a6e2edb5c340d5ebd3f75ce7d9e18
* Update to use correct resources.Dianne Hackborn2010-03-041-2/+4
|
* make consistent with new RegisteredServicesCache APIFred Quintana2009-11-101-4/+5
|
* create a test app that allows direct control of a sync adapter for testing ↵Fred Quintana2009-11-051-0/+373
purposes http://b/issue?id=2239791