summaryrefslogtreecommitdiffstats
path: root/core/java/android/os
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Deprecate things that rely on Debug.startAllocCounting.Hiroshi Yamauchi2015-03-051-1/+67
* | | | | | Fix reading of daily data.Dianne Hackborn2015-03-041-11/+22
|/ / / / /
* | | | | Merge "Add new "daily stats" tracking to battery stats."Dianne Hackborn2015-03-041-105/+473
|\ \ \ \ \
| * | | | | Add new "daily stats" tracking to battery stats.Dianne Hackborn2015-03-031-105/+473
* | | | | | Merge "Remove unused imports in frameworks/base."John Spurlock2015-03-023-3/+0
|\ \ \ \ \ \
| * | | | | | Remove unused imports in frameworks/base.John Spurlock2015-02-283-3/+0
| |/ / / / /
* | | | | | Annotate Bundle with @NullableScott Kennedy2015-03-013-94/+135
|/ / / / /
* | | | | Add Context.getSystemService(Class<?>).Jeff Brown2015-02-251-7/+10
* | | | | resolved conflicts for merge of 57bb5f5c to masterChad Jones2015-02-231-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | am c0c39516: Merge "Hold a wake lock while dozing when display updates are pe...Joe LaPenna2015-02-241-0/+15
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|