summaryrefslogtreecommitdiff
path: root/core/java/android/os/UpdateEngine.java
Commit message (Expand)AuthorAgeFilesLines
* UpdateEngine: Add perf mode binder interfaceLuca Stefani2022-09-121-0/+11
* Check for initialization of mUpdateEngineKelvin Zhang2021-12-011-1/+4
* Add a system API UpdateEngine to switch the slot back and forthTianjie2021-07-201-4/+38
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Update cleanupAppliedPayload comment.Yifan Hong2020-04-271-3/+0
* UpdateEngine: fix cleanupAppliedPayload implYifan Hong2020-03-031-1/+34
* UpdateEngine: add WorkerThread annotation.Yifan Hong2020-01-291-0/+3
* UpdateEngine.AllocateSpaceResult: rename functionsYifan Hong2020-01-291-7/+9
* Merge "Update system api for applyPayload"Treehugger Robot2020-01-101-4/+6
|\
| * Update system api for applyPayloadTianjie Xu2019-12-171-4/+6
* | Add @ErrorCode annotation to UpdateEngine APIsYifan Hong2020-01-031-1/+24
* | Add UpdateEngine.cleanupSuccessfulUpdateYifan Hong2020-01-031-0/+43
* | Add UpdateEngine.allocateSpaceYifan Hong2020-01-031-0/+104
|/
* Use ParcelFileDescriptor over FileDescriptorKyeongkab.Nam2019-10-041-5/+3
* Add nullability anotationsKyeongkab.Nam2019-09-121-2/+3
* Merge "Add a new API applyPayloadFd() of UpdateEngine"Tao Bao2019-07-131-0/+18
|\
| * Add a new API applyPayloadFd() of UpdateEngineKyeongkab.Nam2019-07-091-0/+18
| * API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-121-12/+0
* | Add Javadoc for UpdateEngine constants.Tao Bao2019-03-081-6/+130
* | Map error code 51 to an incorrect OS error.Alex Kershaw2019-01-041-0/+1
* | API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-111-12/+0
|/
* Expose an update_engine API that verifies the given payload metadata.Tao Bao2018-02-091-0/+18
* Added new update engine error codes fromscypher2017-11-071-0/+1
* UpdateEngine: Expose unbind as system API.Tao Bao2017-07-181-32/+53
* Basic javadoc for android.os.UpdateEngine.Elliott Hughes2017-02-281-1/+76
* UpdateEngine: Add resetStatus() as system API.Tao Bao2016-03-221-11/+40
* Add system APIs for A/B update.Tao Bao2016-02-081-0/+148