Home
last modified time | relevance | path

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

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