Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DRpcDataSource.java28 JSONObject pageParams = Utils.copyJSONObject(params); in getPage() local
30 pageParams.put("query_start", new JSONNumber(start.intValue())); in getPage()
33 pageParams.put("query_limit", new JSONNumber(maxCount.intValue())); in getPage()
40 pageParams.put("sort_by", sortList); in getPage()
43 pageParams.put("include_current_job", new JSONString("true")); in getPage()
44 JsonRpcProxy.getProxy().rpcCall(dataMethodName, pageParams, in getPage()