Home
last modified time | relevance | path

Searched defs:attemptId (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DDynamicShardHelper.java62 String attemptId = testInfo.getContext().getAttribute("attempt_index"); in shardConfig() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java89 String attemptId, in ClusterCommand()
DClusterCommandEvent.java135 public Builder setAttemptId(final String attemptId) { in setAttemptId()