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.java111 DeviceDescriptor device, String runTargetFormat, Map<String, String> deviceTags) { in getRunTarget() argument
112 if (runTargetFormat != null) { in getRunTarget()
115 Matcher m = p.matcher(runTargetFormat); in getRunTarget()
167 pattern, runTargetFormat)); in getRunTarget()
DClusterDeviceMonitor.java122 String runTargetFormat = getClusterOptions().getRunTargetFormat(); in dispatch() local
126 device, runTargetFormat, getClusterOptions().getDeviceTag())); in dispatch()
DClusterCommandScheduler.java496 String runTargetFormat = getClusterOptions().getRunTargetFormat(); in getDevices() local
499 device, runTargetFormat, getClusterOptions().getDeviceTag()); in getDevices()