Searched refs:JSONArrayList (Results 1 - 12 of 12) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/
H A DJSONArrayList.java11 public class JSONArrayList<T extends JSONValue> extends AbstractList<T> { class in inherits:AbstractList
14 public JSONArrayList() { method in class:JSONArrayList
18 public JSONArrayList(JSONArray array) { method in class:JSONArrayList
H A DUtils.java113 return getSingleObjectFromList(new JSONArrayList<JSONObject>(array));
313 for (JSONObject object : new JSONArrayList<JSONObject>(objects)) {
/external/autotest/frontend/client/src/autotest/afe/
H A DHostDataSource.java4 import autotest.common.JSONArrayList;
62 JSONArrayList<JSONString> aclsList =
63 new JSONArrayList<JSONString>(host.get("acls").isArray());
H A DAbortSynchronousDialog.java3 import autotest.common.JSONArrayList;
96 for (JSONObject groupParams : new JSONArrayList<JSONObject>(synchronousJobArgs)) {
H A DAfeUtils.java4 import autotest.common.JSONArrayList;
171 for (JSONValue value : new JSONArrayList<JSONValue>(newValues)) {
301 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
308 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
315 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
H A DTestSelector.java4 import autotest.common.JSONArrayList;
174 for (JSONObject test : new JSONArrayList<JSONObject>(tests)) {
/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTableSelectionManager.java3 import autotest.common.JSONArrayList;
77 JSONArrayList<JSONNumber> idList = new JSONArrayList<JSONNumber>();
H A DRpcDataSource.java3 import autotest.common.JSONArrayList;
92 return new JSONArrayList<JSONObject>(result.isArray());
/external/autotest/frontend/client/src/autotest/tko/
H A DTestGroupDataSource.java3 import autotest.common.JSONArrayList;
70 return new JSONArrayList<JSONObject>(resultObject.get("groups").isArray());
99 for (JSONArray header : new JSONArrayList<JSONArray>(headerList)) {
H A DTkoUtils.java3 import autotest.common.JSONArrayList;
40 for (JSONArray fieldTuple : new JSONArrayList<JSONArray>(fieldArray)) {
H A DSavedQueriesControl.java4 import autotest.common.JSONArrayList;
109 for (JSONObject query : new JSONArrayList<JSONObject>(result.isArray())) {
/external/autotest/frontend/client/src/autotest/afe/create/
H A DCreateJobViewPresenter.java14 import autotest.common.JSONArrayList;
263 for (JSONObject host : new JSONArrayList<JSONObject>(hostInfo)) {
313 for(JSONObject profiler : new JSONArrayList<JSONObject>(tests)) {

Completed in 343 milliseconds