summaryrefslogtreecommitdiffstats
path: root/core/java/android/os
Commit message (Expand)AuthorAgeFilesLines
* Fixing issue related to printing out of display state and idle mode in the b...Kweku Adams2015-04-011-5/+5
* Progress towards dynamic storage support.Jeff Sharkey2015-03-306-272/+160
* Retrieve WiFi info outside of BatteryStatsImplAdam Lesinski2015-03-261-3/+3
* Merge "Battery stats: wakeup alarm tracking, general cleanup."Dianne Hackborn2015-03-251-458/+434
|\
| * Battery stats: wakeup alarm tracking, general cleanup.Dianne Hackborn2015-03-241-458/+434
* | am 3309be5e: am 21b7e6de: am c831b978: Merge "Add isScreenBrightnessBoosted a...Bryce Lee2015-03-252-0/+27
|\ \ | |/ |/|
| * am c831b978: Merge "Add isScreenBrightnessBoosted and a broadcast when underl...Bryce Lee2015-03-252-0/+27
| |\
| | * Merge "Add isScreenBrightnessBoosted and a broadcast when underlying value ch...Bryce Lee2015-03-252-0/+27
| | |\
| | | * Add isScreenBrightnessBoosted and a broadcast when underlyingBryce Lee2015-03-172-0/+27
* | | | More work on device idle mode.Dianne Hackborn2015-03-244-16/+126
* | | | Merge "Bring MountService into the SystemService world."Jeff Sharkey2015-03-221-0/+25
|\ \ \ \
| * | | | Bring MountService into the SystemService world.Jeff Sharkey2015-03-211-0/+25
* | | | | Merge "First stab at device idle mode."Dianne Hackborn2015-03-191-21/+61
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | First stab at device idle mode.Dianne Hackborn2015-03-191-21/+61
* | | | | Add DO policy to disable safe boot mode.Benjamin Franz2015-03-191-0/+12
* | | | | am f792e016: am 437ac8f8: Merge "Add JIT late override property"Mathieu Chartier2015-03-181-0/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 437ac8f8: Merge "Add JIT late override property"Mathieu Chartier2015-03-181-0/+3
| |\ \ \
| | * | | Add JIT late override propertyMathieu Chartier2015-03-181-0/+3
* | | | | am 81c47fc2: am 86318d76: Merge "Option for going home when going to sleep fo...Filip Gruszczynski2015-03-171-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | am 86318d76: Merge "Option for going home when going to sleep for devices wit...Filip Gruszczynski2015-03-171-0/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Option for going home when going to sleep for devices without physical button.Filip Gruszczynski2015-03-161-0/+6
| | | |/ | | |/|
* | | | Add new voice request for picking from a list.Dianne Hackborn2015-03-161-0/+34
* | | | am 8af305f1: am 6878ee57: Merge "Revert "Frameworks/base: Fix a constructor""Andreas Gampe2015-03-161-1/+1
|\ \ \ \ | |/ / /
| * | | am 6878ee57: Merge "Revert "Frameworks/base: Fix a constructor""Andreas Gampe2015-03-161-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Revert "Frameworks/base: Fix a constructor"Andreas Gampe2015-03-161-1/+1
* | | | am 19279ec0: am d61cbf9a: Merge "Frameworks/base: Fix a constructor"Andreas Gampe2015-03-161-1/+1
|\ \ \ \ | |/ / /
| * | | am d61cbf9a: Merge "Frameworks/base: Fix a constructor"Andreas Gampe2015-03-161-1/+1
| |\ \ \ | | |/ /
| | * | Frameworks/base: Fix a constructorAndreas Gampe2015-03-151-1/+1
* | | | am "Separate NAT from forwarding."Vinit Deshpande2015-03-151-0/+12
|\ \ \ \
| * | | | Separate NAT from forwarding.Lorenzo Colitti2015-02-271-0/+12
* | | | | Merge "Avoid rebuilding epoll set when PFD status report is done."Jeff Brown2015-03-131-3/+4
|\ \ \ \ \
| * | | | | Avoid rebuilding epoll set when PFD status report is done.Jeff Brown2015-03-121-3/+4
* | | | | | Merge "Revert "Revert "Update ParcelFileDescriptor to use non-blocking I/O."""Jeff Brown2015-03-131-39/+31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Revert "Revert "Update ParcelFileDescriptor to use non-blocking I/O.""Jeff Brown2015-03-121-39/+31
* | | | | | am 870110e0: am 30fcd2aa: Merge "Drop unusable SELinux APIs."Nick Kralevich2015-03-131-28/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | am 30fcd2aa: Merge "Drop unusable SELinux APIs."Nick Kralevich2015-03-131-28/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Drop unusable SELinux APIs.Stephen Smalley2015-03-131-28/+0
* | | | | | Merge "More work on collecting assist data."Dianne Hackborn2015-03-135-20/+172
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | More work on collecting assist data.Dianne Hackborn2015-03-125-20/+172
* | | | | | Revert "Update ParcelFileDescriptor to use non-blocking I/O."Jeff Brown2015-03-121-31/+39
|/ / / / /
* | | | | Update ParcelFileDescriptor to use non-blocking I/O.Jeff Brown2015-03-111-39/+31
* | | | | Add support for non-blocking I/O with Looper.Jeff Brown2015-03-112-6/+254
* | | | | Expose some useful methods on Looper and clean up docs.Jeff Brown2015-03-111-25/+39
* | | | | Move sync barrier methods into MessageQueue.Jeff Brown2015-03-112-44/+39
* | | | | Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown2015-03-112-56/+83
* | | | | BatteryStats: Record energy info stats from WiFi and Bluetooth controllersAdam Lesinski2015-03-091-4/+74
* | | | | Merge "Battery stats issues: fix jiffy handling, print scan counts."Dianne Hackborn2015-03-091-21/+20
|\ \ \ \ \
| * | | | | Battery stats issues: fix jiffy handling, print scan counts.Dianne Hackborn2015-03-091-21/+20
* | | | | | Block setting wallpapers from managed profiles.Benjamin Franz2015-03-091-0/+9
|/ / / / /
* | | | | Merge "Deprecate things that rely on Debug.startAllocCounting."Hiroshi Yamauchi2015-03-061-1/+67
|\ \ \ \ \