summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/storage
Commit message (Collapse)AuthorAgeFilesLines
* Added notification color to all system notificationsSelim Cinek2014-08-201-0/+2
| | | | | Bug: 17128331 Change-Id: I81a94510ef51b99916f314c0dd65852426a1fbeb
* Categorize some system notifications.Dan Sandler2014-03-261-0/+1
| | | | Change-Id: Ia343bc276f50f488e2165056cff249a02f01d45a
* Merge "Make some notifications public (safe for secure lockscreens):"Dan Sandler2014-02-191-0/+1
|\
| * Make some notifications public (safe for secure lockscreens):Dan Sandler2014-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | - USB connected - ADB enabled - Low storage - USB mass storage status - Tethering status Change-Id: I8224d7bcc8141fc90ac5e28d4392c52724c524a7
* | Make SystemService constructor take a Context.Jeff Brown2014-02-101-16/+16
|/ | | | | | | | | | This change simplifies the process of initializing a SystemService by folding the onCreate() step back into the constructor. It removes some ambuiguity about what work should happen in the constructor and should make it possible for services to retain most of their final fields after refactoring into the new pattern. Change-Id: I25f41af0321bc01898658ab44b369f9c5d16800b
* Move some system services to separate directoriesAmith Yamasani2013-12-192-0/+529
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85