Searched defs:handleJsonResult (Results 1 - 6 of 6) sorted by relevance

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

Completed in 215 milliseconds