Searched refs:handleHistoryArguments (Results 1 - 22 of 22) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
H A DConditionTabView.java34 public void handleHistoryArguments(Map<String, String> arguments) { method in class:ConditionTabView
41 commonPanel.handleHistoryArguments(arguments);
H A DGraphingView.java87 public void handleHistoryArguments(Map<String, String> arguments) { method in class:GraphingView
88 super.handleHistoryArguments(arguments);
93 frontend.handleHistoryArguments(arguments);
H A DMachineQualHistogramFrontend.java126 public void handleHistoryArguments(Map<String, String> args) { method in class:MachineQualHistogramFrontend
130 globalFilters.handleHistoryArguments(args, "globalFilter");
131 testFilters.handleHistoryArguments(args, "testFilter");
H A DSpreadsheetHeaderSelect.java98 public void handleHistoryArguments(Map<String, String> arguments, String name) { method in class:SpreadsheetHeaderSelect
99 headerSelect.handleHistoryArguments(arguments, name);
H A DSpreadsheetView.java494 public void handleHistoryArguments(Map<String, String> arguments) { method in class:SpreadsheetView
495 super.handleHistoryArguments(arguments);
496 commonPanel.handleHistoryArguments(arguments);
497 rowSelect.handleHistoryArguments(arguments, HISTORY_ROW);
498 columnSelect.handleHistoryArguments(arguments, HISTORY_COLUMN);
499 contentSelect.handleHistoryArguments(arguments, HISTORY_CONTENT);
H A DDynamicGraphingFrontend.java89 handleHistoryArguments(preconfigParameters);
H A DFilterSelector.java162 protected void handleHistoryArguments(Map<String, String> args, String prefix) { method in class:FilterSelector
189 viewer.handleHistoryArguments(args, prefix);
H A DMetricsPlotFrontend.java145 public void handleHistoryArguments(Map<String, String> args) { method in class:MetricsPlotFrontend
159 globalFilter.handleHistoryArguments(args, "globalFilter");
160 seriesSelector.handleHistoryArguments(args);
H A DHeaderSelect.java127 public void handleHistoryArguments(Map<String, String> arguments, String name) { method in class:HeaderSelect
H A DCommonPanel.java188 public void handleHistoryArguments(Map<String, String> arguments) { method in class:CommonPanel
191 parameterizedFieldPresenter.handleHistoryArguments(arguments);
H A DSeriesSelector.java152 filter.handleHistoryArguments(args, parameterString("seriesFilters", index));
220 protected void handleHistoryArguments(Map<String, String> args) { method in class:SeriesSelector
H A DTableView.java478 public void handleHistoryArguments(Map<String, String> arguments) { method in class:TableView
479 super.handleHistoryArguments(arguments);
480 columnSelect.handleHistoryArguments(arguments, "columns");
H A DContentSelect.java123 public void handleHistoryArguments(Map<String, String> arguments, String name) { method in class:ContentSelect
H A DFilterStringViewer.java104 protected void handleHistoryArguments(Map<String, String> args, String prefix) { method in class:FilterStringViewer
H A DGraphingFrontend.java40 public abstract void handleHistoryArguments(Map<String, String> args); method in class:GraphingFrontend
H A DParameterizedFieldListPresenter.java134 public void handleHistoryArguments(Map<String, String> arguments) { method in class:ParameterizedFieldListPresenter
H A DExistingGraphsFrontend.java144 public void handleHistoryArguments(final Map<String, String> args) { method in class:ExistingGraphsFrontend
/external/autotest/frontend/client/src/autotest/common/ui/
H A DTabView.java101 public void handleHistoryArguments(Map<String, String> arguments) {} method in class:TabView
110 handleHistoryArguments(savedState);
H A DDetailView.java111 public void handleHistoryArguments(Map<String, String> arguments) { method in class:DetailView
H A DCustomTabPanel.java178 tabView.handleHistoryArguments(arguments);
/external/autotest/frontend/client/src/autotest/afe/
H A DJobListView.java207 public void handleHistoryArguments(Map<String, String> arguments) { method in class:JobListView
H A DHostDetailView.java534 public void handleHistoryArguments(Map<String, String> arguments) { method in class:HostDetailView

Completed in 124 milliseconds