Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostUtil.java93 DeviceDescriptor device, String runTargetFormat, Map<String, String> deviceTags) { in getRunTarget() argument
94 if (runTargetFormat != null) { in getRunTarget()
97 Matcher m = p.matcher(runTargetFormat); in getRunTarget()
149 pattern, runTargetFormat)); in getRunTarget()
DClusterDeviceMonitor.java121 String runTargetFormat = getClusterOptions().getRunTargetFormat(); in dispatch() local
125 device, runTargetFormat, getClusterOptions().getDeviceTag())); in dispatch()
DClusterCommandScheduler.java496 String runTargetFormat = getClusterOptions().getRunTargetFormat(); in getDevices() local
499 device, runTargetFormat, getClusterOptions().getDeviceTag()); in getDevices()