Searched refs:hostOnly (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestInfo.java | 46 public TestInfo(String name, String source, boolean hostOnly) { in TestInfo() argument 47 this(name, source, hostOnly, new HashSet<String>()); in TestInfo() 50 public TestInfo(String name, String source, boolean hostOnly, Set<String> keywords) { in TestInfo() argument 53 mHostOnly = hostOnly; in TestInfo()
|
D | TestMapping.java | 149 boolean hostOnly = testObject.has(KEY_HOST) && testObject.getBoolean(KEY_HOST); in getTestCollection() 171 hostOnly, in getTestCollection() 400 boolean hostOnly, in getTests() argument 408 if (test.getHostOnly() != hostOnly) { in getTests() 451 boolean hostOnly, in getTests() argument 457 hostOnly, in getTests() 484 boolean hostOnly, in getTests() argument 524 hostOnly, in getTests()
|