summaryrefslogtreecommitdiff
path: root/core/java/android/os/UpdateEngineCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Use @ErrorCode for UpdateEngineCallbackYifan Hong2020-01-031-1/+2
| | | | | | Test: TH Change-Id: I26297984e40b66ff08e0c291bc1aa0e556fe6bcc
* API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-121-2/+0
| | | | | | | | | | | | | | Everything that is marked SystemApi or TestApi, but not @hide is still part of the public SDK, it is therefore not sound to have that combination. In the future, specifing such a combination will be considered an error to prevent inadvertently exposing SystemApi and TestApi as public API. Bug: 115333477 Change-Id: Ibd5d6a22862fdbc1e20a1cb3925280f5a682edea Merged-In: Ibd5d6a22862fdbc1e20a1cb3925280f5a682edea Test: METALAVA_PREPEND_ARGS="--error UnhiddenSystemApi" m checkapi Exempt-From-Owner-Approval: API cleanup
* Basic javadoc for android.os.UpdateEngine.Elliott Hughes2017-02-281-1/+12
| | | | | | Bug: N/A Test: N/A Change-Id: Icb870e7720e8b50082d353e7ea08007e1f4e2fdc
* Add system APIs for A/B update.Tao Bao2016-02-081-0/+39
Add android.os.UpdateEngine and UpdateEngineCallback classes that communicate with the update engine via binder APIs for A/B update. Bug: 26695366 Change-Id: I2471858d28df5443bc0b56d9a20281ccebde4484