Searched refs:taskId (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommand.java | 69 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/ |
D | HermeticLaunchTest.java | 574 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/ |
D | ClusterCommandSchedulerTest.java | 346 String requestId, String commandId, String taskId, String attemptId, String commandLine) 353 ret.put(TASK_ID, taskId);
|