Home
last modified time | relevance | path

Searched refs:handleJsonResult (Results 1 – 6 of 6) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DTestViewDataSource.java19 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in TestViewDataSource
20 List<JSONObject> objects = super.handleJsonResult(result); in handleJsonResult()
DTestGroupDataSource.java67 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in TestGroupDataSource
/external/autotest/frontend/client/src/autotest/afe/
DHostDataSource.java29 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in HostDataSource
30 List<JSONObject> resultList = super.handleJsonResult(result); in handleJsonResult()
DJobStatusDataSource.java46 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in JobStatusDataSource
47 List<JSONObject> queueEntries = super.handleJsonResult(result); in handleJsonResult()
DHostDetailView.java65 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in HostDetailView.HostQueueEntryDataSource
66 List<JSONObject> resultArray = super.handleJsonResult(result); in handleJsonResult()
/external/autotest/frontend/client/src/autotest/common/table/
DRpcDataSource.java48 List<JSONObject> resultData = handleJsonResult(result); in getPage()
91 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in RpcDataSource