summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/AbstractThreadedSyncAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix the rest of the javadoc warnings.Joe Onorato2010-09-161-1/+2
| | | | Change-Id: Ifbf422a2eb177858813d118f03ceddcd807e73b4
* some changes due to an API reviewFred Quintana2010-03-301-10/+14
| | | | | | | | | | | | | | | - make EntityIterator extend Iterator and thus not throw a RemoteException, instead converting it into a RuntimeException. - rename ActiveSyncInfo to SyncInfo - change getActiveSync to getCurrentSync - remove the accessors in SyncInfo and instead make the final fields publicly accessible - made AbstractThreadedSyncAdapter.cancelSync not take a thread Change-Id: I99fde5585bc5f1e95f4873ffbba189074a8d6372 http://b/issue?id=2553539 http://b/issue?id=2553541 http://b/issue?id=2553550
* moved the hidden sync helpers out of the frameworkFred Quintana2009-12-141-1/+12
|
* - move the EventLog stuff out of ATSAFred Quintana2009-12-101-24/+6
| | | | - move the google calendar sync adapter settings out of Settings.java
* Migration to TrafficStats.Ken Shirriff2009-12-081-6/+6
| | | | TrafficStats is the SDK version of NetStat.
* add an IPC for sync initializationFred Quintana2009-10-141-0/+7
|
* changes from Sync Manager API Review: bug 2164262Fred Quintana2009-10-061-19/+17
|
* Add sync_details support.Ken Shirriff2009-09-031-0/+24
| | | | | This adds sync_details logging to AbstractThreadedSyncAdapter and thus the new contacts code.
* re-enable cancelation of the sync thread upon receipt of ↵Fred Quintana2009-08-311-2/+1
| | | | ISyncAdapter.cancelSync()
* disable canceling until the http connection code is understoodFred Quintana2009-08-301-1/+2
|
* add an accessor for Context for use by subclassesFred Quintana2009-08-271-0/+4
|
* fix AbstractThreadedSyncAdapter to actually cancel syncsFred Quintana2009-08-271-1/+2
|
* make sure that the sync thread is protected by a consistent lockFred Quintana2009-08-271-4/+5
|
* run the sync thread at background priorityFred Quintana2009-08-251-1/+2
|
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-2/+18
|
* beef up the syncadapter APIFred Quintana2009-06-161-0/+176