Searched refs:hasRollbackInclude (Results 1 – 1 of 1) sorted by relevance
191 private static boolean hasRollbackInclude(List<RollbackInfo> rollbacks, String packageName) { in hasRollbackInclude() method in RollbackUtils203 retry(supplier, rollbacks -> !hasRollbackInclude(rollbacks, packageName), in waitForRollbackGone()