Searched refs:mDisallowedTestTypes (Results 1 – 3 of 3) sorted by relevance
61 private List<String> mDisallowedTestTypes = new ArrayList<>(); field in DeviceTestsConfigValidation106 GeneralTestsConfigValidation.checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()
67 private List<String> mDisallowedTestTypes = new ArrayList<>(); field in HostUnitTestsConfigValidation115 GeneralTestsConfigValidation.checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()
73 private List<String> mDisallowedTestTypes = new ArrayList<>(); field in GeneralTestsConfigValidation372 checkDisallowedTestType(c, mDisallowedTestTypes); in testConfigsLoad()