Home
last modified time | relevance | path

Searched defs:hostOnly (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java43 public TestInfo(String name, String source, boolean hostOnly) { in TestInfo()
47 public TestInfo(String name, String source, boolean hostOnly, Set<String> keywords) { in TestInfo()
DTestMapping.java195 String testGroup, Set<String> disabledTests, boolean hostOnly, Set<String> keywords) { in getTests()
301 IBuildInfo buildInfo, String testGroup, boolean hostOnly, Set<String> keywords) { in getTests()