HomeSort by relevance Sort by last modified time
    Searched refs:handleJsonResult (Results 1 - 6 of 6) sorted by null

  /external/autotest/frontend/client/src/autotest/tko/
TestViewDataSource.java 19 protected List<JSONObject> handleJsonResult(JSONValue result) {
20 List<JSONObject> objects = super.handleJsonResult(result);
TestGroupDataSource.java 67 protected List<JSONObject> handleJsonResult(JSONValue result) {
  /external/autotest/frontend/client/src/autotest/afe/
HostDataSource.java 29 protected List<JSONObject> handleJsonResult(JSONValue result) {
30 List<JSONObject> resultList = super.handleJsonResult(result);
JobStatusDataSource.java 46 protected List<JSONObject> handleJsonResult(JSONValue result) {
47 List<JSONObject> queueEntries = super.handleJsonResult(result);
HostDetailView.java 65 protected List<JSONObject> handleJsonResult(JSONValue result) {
66 List<JSONObject> resultArray = super.handleJsonResult(result);
  /external/autotest/frontend/client/src/autotest/common/table/
RpcDataSource.java 48 List<JSONObject> resultData = handleJsonResult(result);
91 protected List<JSONObject> handleJsonResult(JSONValue result) {

Completed in 213 milliseconds