Home
last modified time | relevance | path

Searched refs:mHostOnly (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java39 private boolean mHostOnly = false; field in TestInfo
50 mHostOnly = hostOnly; in TestInfo()
76 return mHostOnly; in getHostOnly()
84 return String.format("%s - %s", mName, mHostOnly); in getNameAndHostOnly()
108 mHostOnly == test.getHostOnly(), in merge()
301 string.append("\n\tHost: ").append(mHostOnly); in toString()