Searched refs:CompoundAssertion (Results 1 – 2 of 2) sorted by relevance
20 import com.android.server.wm.flicker.Assertions.CompoundAssertion;40 private List<CompoundAssertion<T>> mAssertions = new LinkedList<>();43 mAssertions.add(new CompoundAssertion<>(assertion, name)); in add()47 CompoundAssertion<T> lastAssertion = mAssertions.get(mAssertions.size() - 1); in append()
81 public static class CompoundAssertion<T> extends NamedAssertion<T> { class in Assertions84 public CompoundAssertion(TraceAssertion<T> assertion, String name) { in CompoundAssertion() method in Assertions.CompoundAssertion