Searched refs:attemptId (Results 1 – 9 of 9) 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 | 135 public Builder setAttemptId(final String attemptId) { in setAttemptId() argument 136 mAttemptId = attemptId; in setAttemptId()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | DynamicShardHelper.java | 62 String attemptId = testInfo.getContext().getAttribute("attempt_index"); in shardConfig() local 79 if (Strings.isNullOrEmpty(attemptId)) { in shardConfig()
|
/tools/acloud/internal/lib/ |
D | android_build_client.py | 103 attemptId=attempt_id, 348 attemptId=attempt_id,
|
D | android_build_client_test.py | 80 attemptId="0", 112 attemptId=self.client.DEFAULT_ATTEMPT_ID,
|
/tools/treble/fetcher/ |
D | fetcher_lib.py | 161 attemptId='latest',
|
/tools/asuite/atest/logstorage/ |
D | log_uploader.py | 75 attemptId='latest',
|
/tools/asuite/atest/test_runners/ |
D | mobly_test_runner.py | 323 attemptId='latest',
|
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 400 String requestId, String commandId, String taskId, String attemptId, String commandLine) 405 ret.put(ATTEMPT_ID, attemptId);
|