Searched refs:handleJsonResult (Results 1 – 6 of 6) sorted by relevance
19 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in TestViewDataSource20 List<JSONObject> objects = super.handleJsonResult(result); in handleJsonResult()
67 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in TestGroupDataSource
29 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in HostDataSource30 List<JSONObject> resultList = super.handleJsonResult(result); in handleJsonResult()
46 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in JobStatusDataSource47 List<JSONObject> queueEntries = super.handleJsonResult(result); in handleJsonResult()
65 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in HostDetailView.HostQueueEntryDataSource66 List<JSONObject> resultArray = super.handleJsonResult(result); in handleJsonResult()
48 List<JSONObject> resultData = handleJsonResult(result); in getPage()91 protected List<JSONObject> handleJsonResult(JSONValue result) { in handleJsonResult() method in RpcDataSource