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

  /external/autotest/frontend/client/src/autotest/common/ui/
TabView.java 5 import autotest.common.CustomHistory.HistoryToken;
89 public HistoryToken getHistoryArguments() {
90 HistoryToken arguments = new HistoryToken();
113 protected void openHistoryToken(HistoryToken historyToken) {
115 String newUrl = Window.Location.getPath() + "#" + historyToken;
118 History.newItem(historyToken.toString());
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 5 import autotest.common.CustomHistory.HistoryToken;
346 HistoryToken historyToken;
348 historyToken = getDrilldownHistoryToken(testSet);
350 historyToken = listener.getSelectTestHistoryToken(testSet.getTestIndex());
352 openHistoryToken(historyToken);
370 private HistoryToken getDrilldownHistoryToken(TestSet testSet) {
374 HistoryToken historyToken = getHistoryArguments();
376 return historyToken;
    [all...]
SpreadsheetView.java 6 import autotest.common.CustomHistory.HistoryToken;
358 HistoryToken historyToken;
360 historyToken = listener.getSelectTestHistoryToken(testSet.getTestIndex());
362 historyToken = getDrilldownHistoryToken(testSet,
366 openHistoryToken(historyToken);
382 private HistoryToken getDrilldownHistoryToken(TestSet tests, String newRowField,
388 HistoryToken historyArguments = getHistoryArguments();
480 public HistoryToken getHistoryArguments() {
481 HistoryToken arguments = super.getHistoryArguments()
    [all...]

Completed in 113 milliseconds