summaryrefslogtreecommitdiff
path: root/core/java/android/content/rollback/RollbackInfo.java
AgeCommit message (Expand)Author
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2019-03-12Use test stubs for RollbackTests, not system stubs.Richard Uhler
2019-03-08API cleanup: add NonNull annotation to Rollback APIshafik
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-27Have RollbackData reuse RollbackInfo.Richard Uhler
2019-02-04Add mIsStaged and mCommittedSessionId to RollbackInfo.Richard Uhler
2019-01-29Rename RollbackInfo.getSessionId to getCommittedSessionId.Richard Uhler
2019-01-29Add a way to record causePackages for rollbacks.Richard Uhler
2019-01-28Stub out API to support rollback of staged installs.Richard Uhler
2019-01-25Include all relevant packages in RollbackInfo.Richard Uhler
2019-01-23Assign a rollbackId to all rollbacks.Richard Uhler
2019-01-02Make RollbackManager @SystemApi.Richard Uhler
2018-12-31Add RollbackManagerServiceRichard Uhler