Home
last modified time | relevance | path

Searched refs:taskId (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand() argument
70 this(null, commandId, taskId, cmdLine, null, RequestType.UNMANAGED, null, null); in ClusterCommand()
87 String taskId, in ClusterCommand() argument
93 mTaskId = taskId; in ClusterCommand()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java574 String taskId = match.group("tid"); in parseAtraceInfoFile() local
577 if (!taskId.equals(processId)) { in parseAtraceInfoFile()
584 processStack.add(new TraceRecord(sectionName, taskId, timestamp)); in parseAtraceInfoFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java346 String requestId, String commandId, String taskId, String attemptId, String commandLine)
353 ret.put(TASK_ID, taskId);