summaryrefslogtreecommitdiffstats
path: root/core/java/android/os
Commit message (Expand)AuthorAgeFilesLines
* Merge "am b6d14a00: resolved conflicts for merge of c29791d5 to mnc-dev-plus-...Andreas Gampe2015-04-301-0/+3
|\
| * am b6d14a00: resolved conflicts for merge of c29791d5 to mnc-dev-plus-aospAndreas Gampe2015-04-281-0/+3
* | Returning to wizard, split move events.Jeff Sharkey2015-04-296-25/+103
* | Remove network access for idle appsAmith Yamasani2015-04-291-1/+1
* | Implement user-settable power save whitelist.Dianne Hackborn2015-04-292-0/+34
* | Merge "Respect the record audio app op - framework" into mnc-devSvet Ganov2015-04-291-0/+1
|\ \
| * | Respect the record audio app op - frameworkSvet Ganov2015-04-281-0/+1
| |/
* | Method to wipe all adoptable disks.Jeff Sharkey2015-04-282-1/+26
* | Split some VolumeInfo state into VolumeRecord.Jeff Sharkey2015-04-286-69/+267
|/
* Merge "Frameworks/base: Fix a constructor"Andreas Gampe2015-04-251-1/+5
|\
| * Frameworks/base: Fix a constructorAndreas Gampe2015-03-191-1/+5
* | Migrate primary external storage.Jeff Sharkey2015-04-242-7/+25
* | Merge "parcel: Add efficient methods for writing and reading a parcelable."Jens Ole Lauridsen2015-04-241-5/+42
|\ \
| * | parcel: Add efficient methods for writing and reading a parcelable.Jens Ole Lauridsen2015-04-231-5/+42
* | | Package and storage movement callbacks.Jeff Sharkey2015-04-236-21/+117
* | | Move extension checking code into FileUtils.Ben Kwa2015-04-231-0/+75
|/ /
* | Merge "Add checks for types in Parcel / avoid class initialization"Neil Fuller2015-04-222-40/+55
|\ \
| * | Add checks for types in Parcel / avoid class initializationNeil Fuller2015-04-212-40/+55
* | | Merge "Blend in force adoptable flag when set."Jeff Sharkey2015-04-212-0/+5
|\ \ \
| * | | Blend in force adoptable flag when set.Jeff Sharkey2015-04-212-0/+5
* | | | Fix build.Dan Sandler2015-04-211-1/+1
* | | | Merge "Add ashmem stats to Parcels."Dan Sandler2015-04-211-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Add ashmem stats to Parcels.Dan Sandler2015-04-161-0/+9
* | | | Broadcast hidden volumes, notification polish.Jeff Sharkey2015-04-182-7/+20
* | | | Merge "Wire up non-visible volumes, more states."Jeff Sharkey2015-04-182-11/+62
|\ \ \ \
| * | | | Wire up non-visible volumes, more states.Jeff Sharkey2015-04-182-11/+62
* | | | | Merge "Add isSystemUser API"Amith Yamasani2015-04-181-2/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add isSystemUser APIAmith Yamasani2015-04-171-2/+13
* | | | | Volumes know parent disks; unsupported disks.Jeff Sharkey2015-04-175-37/+84
|/ / / /
* | | | Report WiFi and Bluetooth energy collection in checkin statsAdam Lesinski2015-04-161-100/+46
* | | | Merge "Some improvements to battery stats data."Dianne Hackborn2015-04-171-19/+35
|\ \ \ \
| * | | | Some improvements to battery stats data.Dianne Hackborn2015-04-161-19/+35
* | | | | Merge "Unhide Debug.getRuntimeStat()."Hiroshi Yamauchi2015-04-161-2/+0
|\ \ \ \ \
| * | | | | Unhide Debug.getRuntimeStat().Hiroshi Yamauchi2015-04-141-2/+0
* | | | | | Merge "Candidate volumes for packages, fix symlink."Jeff Sharkey2015-04-162-0/+51
|\ \ \ \ \ \
| * | | | | | Candidate volumes for packages, fix symlink.Jeff Sharkey2015-04-152-0/+51
* | | | | | | Merge "@hide Binder#blockUntilThreadAvailable API"Wale Ogunwale2015-04-151-0/+1
|\ \ \ \ \ \ \
| * | | | | | | @hide Binder#blockUntilThreadAvailable APIWale Ogunwale2015-04-151-0/+1
* | | | | | | | Merge "Added watchdog monitor for Binder threads availability."Wale Ogunwale2015-04-151-0/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Added watchdog monitor for Binder threads availability.Wale Ogunwale2015-04-141-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge "Persist nickname and flags for volumes."Jeff Sharkey2015-04-156-8/+192
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Persist nickname and flags for volumes.Jeff Sharkey2015-04-146-8/+192
* | | | | | am 4bb374bb: am d83a598c: am 82992b72: Merge "Fix javadoc error in Debug.getR...Hiroshi Yamauchi2015-04-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | am 82992b72: Merge "Fix javadoc error in Debug.getRuntimeStats()."Hiroshi Yamauchi2015-04-151-1/+1
| |\ \ \ \ \
| | * | | | | Fix javadoc error in Debug.getRuntimeStats().Hiroshi Yamauchi2015-04-141-1/+1
* | | | | | | Checkpoint of storage notifications.Jeff Sharkey2015-04-143-27/+62
* | | | | | | am d9e0abdf: am 04143fdd: am e38ee9df: Merge "Add Debug.getRuntimeStat()."Hiroshi Yamauchi2015-04-141-0/+90
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | am e38ee9df: Merge "Add Debug.getRuntimeStat()."Hiroshi Yamauchi2015-04-141-0/+90
| |\ \ \ \ \ | | |/ / / /
| | * | | | Add Debug.getRuntimeStat().Hiroshi Yamauchi2015-04-141-0/+90
| * | | | | am 4af5bd7c: Merge "Add ProcessInfoService to activity manager."Olawale Ogunwale2015-03-301-0/+29
| |\ \ \ \ \ | | |/ / / /