Searched refs:TestStepBase (Results 1 – 8 of 8) sorted by relevance
23 import com.android.cts.verifier.tv.TestStepBase;29 public abstract class TestStep extends TestStepBase {
28 import com.android.cts.verifier.tv.TestStepBase;81 List<TestStepBase> testSteps = new ArrayList<>(); in onClick()91 List<TestStepBase> testSteps = new ArrayList<>(); in onClick()
24 import com.android.cts.verifier.tv.TestStepBase;30 public abstract class OneButtonTestStep extends TestStepBase {
22 import com.android.cts.verifier.tv.TestStepBase;31 public class YesNoTestStep extends TestStepBase {
39 import com.android.cts.verifier.tv.TestStepBase;63 private List<TestStepBase> mSteps;160 final TestStepBase currStep = mSteps.get(stepIndex); in initTestStep()188 private List<TestStepBase> createTestStepsForTransition( in createTestStepsForTransition()190 List<TestStepBase> steps = new ArrayList<>(); in createTestStepsForTransition()
27 import com.android.cts.verifier.tv.TestStepBase;53 List<TestStepBase> testSteps = new ArrayList<>(); in createTestItems()
12 private List<TestStepBase> steps;19 public TestSequence(TvAppVerifierActivity context, List<TestStepBase> steps) { in TestSequence()
32 public abstract class TestStepBase { class48 public TestStepBase(Activity context, String instructionText) { in TestStepBase() method in TestStepBase