index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
content
/
SyncManager.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-10-11
Fix infinite boot-loop bug in SM.
Matthew Williams
2013-09-30
Remove blocking from SM before boot completed.
Matthew Williams
2013-09-20
fix deadlock caused by clearAllBackoffs in SSE
Matthew Williams
2013-08-30
DO NOT MERGE. Remove service component for KLP.
Matthew Williams
2013-08-16
Use pending.xml to persist sync ops.
Matthew Williams
2013-07-24
AnonymousSyncService & SyncRequest.
Matthew Williams
2013-07-15
Minor Formating Fix
Alon Albert
2013-06-26
Merge "Add new ActivityManager.isLowRamDevice()."
Dianne Hackborn
2013-06-26
Add new ActivityManager.isLowRamDevice().
Dianne Hackborn
2013-06-26
Merge "Bugfix 9373708 JBMR2 runtime restart (system process crash in the sync...
Georgi Nikolov
2013-06-26
Bugfix 9373708
Georgi Nikolov
2013-06-26
Update procstats to start collecting/reporting pss.
Dianne Hackborn
2013-06-10
Do not allow 0 or smaller periodicity for syncs.
Ashish Sharma
2013-05-02
Start combining threads in system process.
Dianne Hackborn
2013-04-10
Don't sync from adapters that haven't opted in to restricted accounts
Amith Yamasani
2013-01-16
Rename bindService to bindServiceAsUser to follow convention.
Amith Yamasani
2012-12-11
Move lingering services to services.jar.
Jeff Sharkey