summaryrefslogtreecommitdiff
path: root/core/java/android/content/rollback/RollbackManager.java
AgeCommit message (Expand)Author
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-02-07Put rollbacks into #mRollbacks (9/n)JW Wang
2019-08-27Wait for available rollbacks in RollbackTest.Oli Lan
2019-08-16Include NewRollbacks in result of getAvailableRollbacks.Oli Lan
2019-06-28Merge "Use "commit" for rollbacks instead of "execute"."TreeHugger Robot
2019-06-28Use "commit" for rollbacks instead of "execute".Richard Uhler
2019-06-26Add TestApi to block the RollbackManagerHandlerThread.Richard Uhler
2019-05-09Fail to enable rollback if enable rollback times outshafik
2019-03-20Merge "Only allow rollback to be enabled on modules."Richard Uhler
2019-03-18Remove interface for Rollback and Rollback Boot.Matt Pape
2019-03-18Only allow rollback to be enabled on modules.Richard Uhler
2019-03-12Add @IntDef for status of committed rollback.Richard Uhler
2019-03-12Use test stubs for RollbackTests, not system stubs.Richard Uhler
2019-03-08API cleanup: add NonNull annotation to Rollback APIshafik
2019-03-01Use a single list for available and committed rollbacks.Richard Uhler
2019-01-29Specify status results for RollbackManager.commitRollback.Richard Uhler
2019-01-29Add a way to record causePackages for rollbacks.Richard Uhler
2019-01-28Commit rollbacks by ID, not by RollbackInfo.Richard Uhler
2019-01-25Use "commit" instead of "execute" for rollbacks.Richard Uhler
2019-01-25Remove unused RollbackManager APIs.Richard Uhler
2019-01-25Add RollbackManager.getAvailableRollbacks API.Richard Uhler
2019-01-02Make RollbackManager @SystemApi.Richard Uhler
2018-12-31Add RollbackManagerServiceRichard Uhler