Searched refs:Setup (Results 1 – 3 of 3) sorted by relevance
60 private final Setup mSetup;78 public TestCase(Setup setup, StateDump initialState, in TestCase()95 return new TestCase(Setup.fromJson(object.getJSONObject(SETUP_KEY), table), in fromJson()100 public Setup getSetup() { in getSetup()121 public static class Setup { class in Persistence134 public Setup(List<GenerationIntent> initialIntents, List<GenerationIntent> act) { in Setup() method in Persistence.Setup152 public static Setup fromJson(JSONObject object, in fromJson()158 return new Setup(initialState, act); in fromJson()
157 Persistence.Setup setup = new Persistence.Setup(setupIntents, actIntents); in runAndSerialize()
10 ## Setup section in CEC CTS testing for Android TV devices