Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostUtil.java253 if (txt == null || DeviceManager.UNKNOWN_DISPLAY_STRING.equals(txt)) { in getRunTarget()
254 return DeviceManager.UNKNOWN_DISPLAY_STRING; in getRunTarget()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterHostUtilTest.java242 DeviceManager.UNKNOWN_DISPLAY_STRING, in testSupportedRunTargetMatchPattern_unknownProperty()
248 DeviceManager.UNKNOWN_DISPLAY_STRING, in testSupportedRunTargetMatchPattern_unknownProperty()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java78 public static final String UNKNOWN_DISPLAY_STRING = "unknown"; field in DeviceManager