summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/content/SyncManager.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-10-11Fix infinite boot-loop bug in SM.Matthew Williams
2013-09-30Remove blocking from SM before boot completed.Matthew Williams
2013-09-20fix deadlock caused by clearAllBackoffs in SSEMatthew Williams
2013-08-30DO NOT MERGE. Remove service component for KLP.Matthew Williams
2013-08-16Use pending.xml to persist sync ops.Matthew Williams
2013-07-24AnonymousSyncService & SyncRequest.Matthew Williams
2013-07-15Minor Formating FixAlon Albert
2013-06-26Merge "Add new ActivityManager.isLowRamDevice()."Dianne Hackborn
2013-06-26Add new ActivityManager.isLowRamDevice().Dianne Hackborn
2013-06-26Merge "Bugfix 9373708 JBMR2 runtime restart (system process crash in the sync...Georgi Nikolov
2013-06-26Bugfix 9373708Georgi Nikolov
2013-06-26Update procstats to start collecting/reporting pss.Dianne Hackborn
2013-06-10Do not allow 0 or smaller periodicity for syncs.Ashish Sharma
2013-05-02Start combining threads in system process.Dianne Hackborn
2013-04-10Don't sync from adapters that haven't opted in to restricted accountsAmith Yamasani
2013-01-16Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani
2012-12-11Move lingering services to services.jar.Jeff Sharkey