/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandTest.java | 40 JSONObject json = createCommandJson().put("attempt_id", "attempt_id"); in testFromJson_withAssignedAttemptId() local 53 JSONObject json = createCommandJson(); in testFromJson_withoutAssignedAttemptId() local 70 JSONObject json = createCommandJson().put("extra_options", new JSONArray().put(option)); in testFromJson_extraOptions() local
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | GetLastCommandResultOp.java | 56 static GetLastCommandResultOp createFromJson(JSONObject json) throws JSONException { in createFromJson() 72 protected void packIntoJson(JSONObject json) throws JSONException { in packIntoJson() 80 protected CommandResult unpackResponseFromJson(JSONObject json) throws JSONException { in unpackResponseFromJson() 119 protected void packResponseIntoJson(CommandResult commandResult, JSONObject json) in packResponseIntoJson()
|
D | CloseOp.java | 37 static CloseOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | HandoverInitCompleteOp.java | 35 static HandoverInitCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | HandoverCompleteOp.java | 35 static HandoverCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | StartHandoverOp.java | 40 static StartHandoverOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | AllocateDeviceOp.java | 42 static AllocateDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | FreeDeviceOp.java | 43 static FreeDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | ExecCommandOp.java | 45 static ExecCommandOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
D | ListDevicesOp.java | 53 static ListDevicesOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestContext.java | 64 public static TestContext fromJson(JSONObject json) throws JSONException { in fromJson() 82 final JSONObject json = new JSONObject(); in toJson() local
|
D | InvocationStatus.java | 44 final JSONObject json = new JSONObject(); in toJSON() local
|
D | ClusterCommand.java | 205 private static Integer optInteger(JSONObject json, String name) throws JSONException { in optInteger() 212 public static ClusterCommand fromJson(JSONObject json) throws JSONException { in fromJson()
|
D | TestGroupStatus.java | 82 final JSONObject json = new JSONObject(); in toJSON() local
|
D | ClusterDeviceInfo.java | 84 final JSONObject json = new JSONObject(); in toJSON() local
|
D | TradefedConfigObject.java | 72 public static TradefedConfigObject fromJson(JSONObject json) throws JSONException { in fromJson()
|
D | TestEnvironment.java | 214 public static TestEnvironment fromJson(JSONObject json) throws JSONException { in fromJson()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessExceptionParser.java | 50 JSONObject json = new JSONObject(line); in handleStderrException() local
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | HostMetric.java | 53 final JSONObject json = new JSONObject(); in toJson() local
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxInvocationRunner.java | 91 JSONObject json = new JSONObject(line); in handleStderrException() local
|
D | TradefedSandboxRunner.java | 79 JSONObject json = new JSONObject(); in printStackTrace() local
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandRunner.java | 78 JSONObject json = new JSONObject(); in printStackTrace() local
|
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
D | CompactMemInfoParserTest.java | 193 JSONObject json = item.toJson(); in testJson() local
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 448 private void processGetLastCommandResult(GetLastCommandResultOp c, JSONObject json) in processGetLastCommandResult() 458 c.packResponseIntoJson(tracker.getCommandResult(), json); in processGetLastCommandResult() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceAvdInfo.java | 234 static void addCfStartTimeMetrics(JSONObject json) { in addCfStartTimeMetrics()
|