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

  /external/autotest/frontend/client/src/autotest/common/table/
RpcDataSource.java 42 if (dataMethodName == "get_hosts")
44 JsonRpcProxy.getProxy().rpcCall(dataMethodName, pageParams,
79 private String dataMethodName, countMethodName;
81 public RpcDataSource(String dataMethodName, String countMethodName) {
82 this.dataMethodName = dataMethodName;
101 return dataMethodName;
  /external/autotest/frontend/client/src/autotest/tko/
TestGroupDataSource.java 44 private TestGroupDataSource(String dataMethodName) {
45 super(dataMethodName, NUM_GROUPS_RPC);

Completed in 52 milliseconds