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

  /external/autotest/frontend/client/src/autotest/tko/
TestGroupDataSource.java 27 private JSONArray headerGroups;
57 if (headerGroups != null) {
58 fullParams.put("header_groups", headerGroups);
78 headerGroups = null;
83 headerGroups = new JSONArray();
85 headerGroups.set(headerGroups.size(), Utils.stringsToJSON(headerGroup));
SpreadsheetDataProcessor.java 201 List<List<String>> headerGroups = new ArrayList<List<String>>();
202 headerGroups.add(this.rowFields);
203 headerGroups.add(this.columnFields);
204 dataSource.setHeaderGroups(headerGroups);

Completed in 69 milliseconds