Searched refs:getAvailableRollback (Results 1 – 3 of 3) sorted by relevance
80 assertThat(Utils.getAvailableRollback(TestApp.A)).isNull(); in testBasic()85 RollbackInfo available = Utils.getAvailableRollback(TestApp.A); in testBasic()94 assertThat(Utils.getAvailableRollback(TestApp.A)).isNull(); in testBasic()
92 RollbackInfo available = Utils.getAvailableRollback(TestApp.A); in testApkOnlyCommitRollback()169 RollbackInfo available = Utils.getAvailableRollback(TestApp.Apex); in testApexOnlyCommitRollback()247 RollbackInfo available = Utils.getAvailableRollback(TestApp.Apex); in testApexAndApkCommitRollback()317 assertThat(Utils.getAvailableRollback(TestApp.Apex)).isNotNull(); in testApexRollbackExpirationUpdateApex()331 assertThat(Utils.getAvailableRollback(TestApp.Apex)).isNull(); in testApexRollbackExpirationConfirmExpiration()
108 public static RollbackInfo getAvailableRollback(String packageName) { in getAvailableRollback() method in Utils