Home
last modified time | relevance | path

Searched refs:attemptId (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java89 String attemptId, in ClusterCommand() argument
100 if (!Strings.isNullOrEmpty(attemptId)) { in ClusterCommand()
101 mAttemptId = attemptId; in ClusterCommand()
DClusterCommandEvent.java130 public Builder setAttemptId(final String attemptId) { in setAttemptId() argument
131 mAttemptId = attemptId; in setAttemptId()
/tools/acloud/internal/lib/
Dandroid_build_client.py86 attemptId=attempt_id,
127 attemptId=attempt_id,
Dandroid_build_client_test.py78 attemptId="0",
110 attemptId=self.client.DEFAULT_ATTEMPT_ID,
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java346 String requestId, String commandId, String taskId, String attemptId, String commandLine)
352 ret.put(ATTEMPT_ID, attemptId);