summaryrefslogtreecommitdiff
path: root/core/java/android/content/rollback/RollbackInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+1
* Use test stubs for RollbackTests, not system stubs.Richard Uhler2019-03-121-1/+2
* API cleanup: add NonNull annotation to Rollback APIshafik2019-03-081-0/+3
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Have RollbackData reuse RollbackInfo.Richard Uhler2019-02-271-9/+9
* Add mIsStaged and mCommittedSessionId to RollbackInfo.Richard Uhler2019-02-041-6/+20
* Rename RollbackInfo.getSessionId to getCommittedSessionId.Richard Uhler2019-01-291-1/+1
* Add a way to record causePackages for rollbacks.Richard Uhler2019-01-291-1/+17
* Stub out API to support rollback of staged installs.Richard Uhler2019-01-281-3/+19
* Include all relevant packages in RollbackInfo.Richard Uhler2019-01-251-10/+14
* Assign a rollbackId to all rollbacks.Richard Uhler2019-01-231-2/+17
* Make RollbackManager @SystemApi.Richard Uhler2019-01-021-3/+4
* Add RollbackManagerServiceRichard Uhler2018-12-311-0/+70