/external/autotest/frontend/client/src/autotest/tko/ |
TestSet.java | 4 import com.google.gwt.json.client.JSONString; 22 condition.put("extra_where", new JSONString(sqlCondition));
|
PreconfigSelector.java | 12 import com.google.gwt.json.client.JSONString; 65 params.put("name", new JSONString(name)); 66 params.put("type", new JSONString(preconfigType));
|
TestGroupDataSource.java | 9 import com.google.gwt.json.client.JSONString; 76 groupByFields.set(groupByFields.size(), new JSONString(field)); 87 groupByFields.set(groupByFields.size(), new JSONString(field));
|
ParameterizedField.java | 7 import com.google.gwt.json.client.JSONString; 93 fieldValueList.set(fieldValueList.size(), new JSONString(getValue()));
|
/external/autotest/frontend/client/src/autotest/moblab/rpc/ |
ConnectedBoard.java | 4 import com.google.gwt.json.client.JSONString; 40 object.put(JSON_FIELD_BOARD, new JSONString(board)); 41 object.put(JSON_FIELD_MODEL, new JSONString(model));
|
CloudStorageInfo.java | 5 import com.google.gwt.json.client.JSONString; 102 object.put(JSON_FIELD_BOTO_KEY_ID, new JSONString(botoKey)); 105 object.put(JSON_FIELD_BOTO_SECRET_KEY, new JSONString(botoSecret)); 108 object.put(JSON_FIELD_IMAGE_STORAGE_URL, new JSONString(imageStorageServer)); 111 object.put(JSON_FIELD_RESULT_STORAGE_URL, new JSONString(resultStorageServer)); 113 object.put(JSON_FIELD_RESULT_STORAGE_URL, new JSONString(""));
|
WifiInfo.java | 5 import com.google.gwt.json.client.JSONString; 69 object.put(JSON_FIELD_AP_NAME, new JSONString(apName)); 74 object.put(JSON_FIELD_AP_PASS, new JSONString(apPass));
|
MoblabRpcHelper.java | 6 import com.google.gwt.json.client.JSONString; 200 params.put("ipaddress", new JSONString(dutIpAddress)); 220 params.put("ipaddress", new JSONString(dutIpAddress)); 241 params.put("ipaddress", new JSONString(dutIpAddress)); 242 params.put("label_name", new JSONString(labelName)); 263 params.put("ipaddress", new JSONString(dutIpAddress)); 264 params.put("label_name", new JSONString(labelName)); 286 params.put("ipaddress", new JSONString(dutIpAddress)); 287 params.put("attribute", new JSONString(attributeName)); 288 params.put("value", new JSONString(attributeValue)) [all...] |
OperationStatus.java | 5 import com.google.gwt.json.client.JSONString; 55 object.put(JSON_FIELD_STATUS_DETAILS, new JSONString(details));
|
NetworkInfo.java | 6 import com.google.gwt.json.client.JSONString; 70 serverIpsArray.set(index, new JSONString(serverIps[index]));
|
/external/autotest/frontend/client/src/autotest/afe/ |
HostDataSource.java | 10 import com.google.gwt.json.client.JSONString; 43 JSONString jsonPlatform = host.get("platform").isString(); 60 host.put(OTHER_LABELS, new JSONString(labelString.toString())); 62 JSONArrayList<JSONString> aclsList = 63 new JSONArrayList<JSONString>(host.get("acls").isArray()); 65 host.put(HOST_ACLS, new JSONString(aclString));
|
JobTable.java | 11 import com.google.gwt.json.client.JSONString; 51 row.put(HOSTS_SUMMARY, new JSONString(statusCountString)); 60 row.put(RESULTS_SUMMARY, new JSONString(resultCountString)); 65 row.put("priority", new JSONString(priorityName));
|
LabelFilter.java | 8 import com.google.gwt.json.client.JSONString; 54 labels.set(labels.size(), new JSONString(platformString));
|
JobStatusDataSource.java | 10 import com.google.gwt.json.client.JSONString; 54 queueEntry.put("status", new JSONString(translation)); 60 queueEntry.put("hostname", new JSONString("(hostless)")); 121 entry.put("hostname", new JSONString(label + " (label)")); 122 entry.put("status", new JSONString(Integer.toString(count) + " " + status));
|
AfeUtils.java | 17 import com.google.gwt.json.client.JSONString; 98 public static JSONString getLockedText(JSONObject host) { 100 return new JSONString(locked ? "Yes" : "No"); 271 updateData.put("lock_reason", new JSONString("")); 274 updateData.put("lock_reason", new JSONString(lockReason.trim())); 301 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) { 308 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) { 315 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) [all...] |
HostTableDecorator.java | 15 import com.google.gwt.json.client.JSONString; 34 username = new JSONString(StaticDataRepository.getRepository().getCurrentUserLogin());
|
JobOwnerFilter.java | 13 import com.google.gwt.json.client.JSONString; 82 return new JSONString(userList.getSelectedName());
|
HostSelector.java | 20 import com.google.gwt.json.client.JSONString; 217 oneTimeObject.put("hostname", new JSONString(hostname)); 218 oneTimeObject.put("platform", new JSONString(ONE_TIME)); 246 metaObject.put("hostname", new JSONString(META_PREFIX + number)); 247 metaObject.put("platform", new JSONString(label)); 249 metaObject.put("status", new JSONString("")); 289 JSONString platform = row.get("platform").isString();
|
HostDetailView.java | 36 import com.google.gwt.json.client.JSONString; 70 row.put("type", new JSONString("Job")); 118 hostFilter.setParameter("start_time", new JSONString(startTime)); 120 hostFilter.setParameter("end_time", new JSONString(endTime)); 136 JSONString blank = new JSONString(""); 137 JSONString jobId = blank, owner = blank, name = blank; 140 jobId = new JSONString(Integer.toString(id)); 226 params.put("id", new JSONString(getObjectId())); 232 params.put("hostname", new JSONString(hostname)) [all...] |
/external/autotest/frontend/client/src/autotest/common/ |
JsonRpcCallback.java | 6 import com.google.gwt.json.client.JSONString; 31 JSONString tracebackString = errorObject.get("traceback").isString();
|
/external/autotest/frontend/client/src/autotest/common/table/ |
MultipleListFilter.java | 4 import com.google.gwt.json.client.JSONString; 27 new JSONString(getItemText(i)));
|
RpcDataSource.java | 11 import com.google.gwt.json.client.JSONString; 38 sortList.set(sortList.size(), new JSONString(sortSpec.toString())); 43 pageParams.put("include_current_job", new JSONString("true"));
|
SearchFilter.java | 8 import com.google.gwt.json.client.JSONString; 61 return new JSONString(activeSearch);
|
ListFilter.java | 7 import com.google.gwt.json.client.JSONString; 65 return new JSONString(getSelectedText());
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
CreateJobViewPresenter.java | 47 import com.google.gwt.json.client.JSONString; 349 params.put("test_source_build", new JSONString(testSourceBuild)); 366 profilers.set(profilers.size(), new JSONString(profiler.getText())); 706 args.put("name", new JSONString(display.getJobName().getText())); 709 args.put("control_file", new JSONString(display.getControlFile().getText())); 711 new JSONString(controlTypeSelect.getControlType())); 716 args.put("email_list", new JSONString(display.getEmailList().getText())); 723 args.put("reboot_before", new JSONString(rebootBefore.getSelectedChoice())); 724 args.put("reboot_after", new JSONString(rebootAfter.getSelectedChoice())); 729 args.put("pool", new JSONString(display.getPool().getText())) [all...] |