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.java169 if (txt == null || DeviceManager.UNKNOWN_DISPLAY_STRING.equals(txt)) { in getRunTarget()
170 return DeviceManager.UNKNOWN_DISPLAY_STRING; in getRunTarget()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterHostUtilTest.java228 DeviceManager.UNKNOWN_DISPLAY_STRING, in testSupportedRunTargetMatchPattern_unknownProperty()
234 DeviceManager.UNKNOWN_DISPLAY_STRING, in testSupportedRunTargetMatchPattern_unknownProperty()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java77 public static final String UNKNOWN_DISPLAY_STRING = "unknown"; field in DeviceManager