Searched defs:getHistoryArguments (Results 1 - 6 of 6) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
H A DGraphingView.java79 public HistoryToken getHistoryArguments() { method in class:GraphingView
80 HistoryToken args = super.getHistoryArguments();
H A DSpreadsheetView.java388 HistoryToken historyArguments = getHistoryArguments();
480 public HistoryToken getHistoryArguments() { method in class:SpreadsheetView
481 HistoryToken arguments = super.getHistoryArguments();
H A DTableView.java374 HistoryToken historyToken = getHistoryArguments();
467 public HistoryToken getHistoryArguments() { method in class:TableView
468 HistoryToken arguments = super.getHistoryArguments();
/external/autotest/frontend/client/src/autotest/common/ui/
H A DDetailView.java101 public HistoryToken getHistoryArguments() { method in class:DetailView
102 HistoryToken arguments = super.getHistoryArguments();
H A DTabView.java83 CustomHistory.newItem(getHistoryArguments());
89 public HistoryToken getHistoryArguments() { method in class:TabView
106 savedState = getHistoryArguments();
/external/autotest/frontend/client/src/autotest/afe/
H A DJobListView.java197 public HistoryToken getHistoryArguments() { method in class:JobListView
198 HistoryToken arguments = super.getHistoryArguments();

Completed in 169 milliseconds