Searched refs:Setup (Results 1 – 3 of 3) sorted by relevance
61 private final Setup mSetup;79 public TestCase(Setup setup, StateDump initialState, in TestCase()96 return new TestCase(Setup.fromJson(object.getJSONObject(SETUP_KEY), table), in fromJson()101 public Setup getSetup() { in getSetup()122 public static class Setup { class in Persistence135 public Setup(List<GenerationIntent> initialIntents, List<GenerationIntent> act) { in Setup() method in Persistence.Setup153 public static Setup fromJson(JSONObject object, in fromJson()159 return new Setup(initialState, act); in fromJson()
161 Persistence.Setup setup = new Persistence.Setup(setupIntents, actIntents); in runAndSerialize()
11 ## Setup section in CEC CTS testing for Android TV devices