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

  /external/autotest/frontend/client/src/autotest/common/ui/
TabView.java 83 CustomHistory.newItem(getHistoryArguments());
89 public HistoryToken getHistoryArguments() {
106 savedState = getHistoryArguments();
DetailView.java 101 public HistoryToken getHistoryArguments() {
102 HistoryToken arguments = super.getHistoryArguments();
  /external/autotest/frontend/client/src/autotest/tko/
ConditionTabView.java 14 if (!getHistoryArguments().equals(newParameters)) {
EmbeddedTkoClient.java 34 return testDetailView.getHistoryArguments();
TkoClient.java 88 return detailView.getHistoryArguments();
SpreadsheetView.java 388 HistoryToken historyArguments = getHistoryArguments();
480 public HistoryToken getHistoryArguments() {
481 HistoryToken arguments = super.getHistoryArguments();
TableView.java 374 HistoryToken historyToken = getHistoryArguments();
467 public HistoryToken getHistoryArguments() {
468 HistoryToken arguments = super.getHistoryArguments();
  /external/autotest/frontend/client/src/autotest/afe/
JobListView.java 221 public HistoryToken getHistoryArguments() {
222 HistoryToken arguments = super.getHistoryArguments();

Completed in 610 milliseconds