Searched refs:attemptId (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommand.java | 89 String attemptId, in ClusterCommand() argument 100 if (!Strings.isNullOrEmpty(attemptId)) { in ClusterCommand() 101 mAttemptId = attemptId; in ClusterCommand()
|
D | ClusterCommandEvent.java | 130 public Builder setAttemptId(final String attemptId) { in setAttemptId() argument 131 mAttemptId = attemptId; in setAttemptId()
|
/tools/acloud/internal/lib/ |
D | android_build_client.py | 86 attemptId=attempt_id, 127 attemptId=attempt_id,
|
D | android_build_client_test.py | 78 attemptId="0", 110 attemptId=self.client.DEFAULT_ATTEMPT_ID,
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 346 String requestId, String commandId, String taskId, String attemptId, String commandLine) 352 ret.put(ATTEMPT_ID, attemptId);
|