Home
last modified time | relevance | path

Searched refs:attemptId (Results 1 – 9 of 9) 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.java135 public Builder setAttemptId(final String attemptId) { in setAttemptId() argument
136 mAttemptId = attemptId; in setAttemptId()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DDynamicShardHelper.java62 String attemptId = testInfo.getContext().getAttribute("attempt_index"); in shardConfig() local
79 if (Strings.isNullOrEmpty(attemptId)) { in shardConfig()
/tools/acloud/internal/lib/
Dandroid_build_client.py103 attemptId=attempt_id,
348 attemptId=attempt_id,
Dandroid_build_client_test.py80 attemptId="0",
112 attemptId=self.client.DEFAULT_ATTEMPT_ID,
/tools/treble/fetcher/
Dfetcher_lib.py161 attemptId='latest',
/tools/asuite/atest/logstorage/
Dlog_uploader.py75 attemptId='latest',
/tools/asuite/atest/test_runners/
Dmobly_test_runner.py323 attemptId='latest',
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java400 String requestId, String commandId, String taskId, String attemptId, String commandLine)
405 ret.put(ATTEMPT_ID, attemptId);