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

  /external/autotest/frontend/client/src/autotest/tko/
TestSelectionListener.java 3 import autotest.common.CustomHistory.HistoryToken;
7 public HistoryToken getSelectTestHistoryToken(int testId);
GraphingView.java 3 import autotest.common.CustomHistory.HistoryToken;
79 public HistoryToken getHistoryArguments() {
80 HistoryToken args = super.getHistoryArguments();
EmbeddedTkoClient.java 5 import autotest.common.CustomHistory.HistoryToken;
80 public HistoryToken getSelectTestHistoryToken(int testId) {
GraphingFrontend.java 8 import autotest.common.CustomHistory.HistoryToken;
126 HistoryToken token;
128 token = HistoryToken.fromString(tokenString);
137 HistoryToken shortToken = new HistoryToken();
TkoClient.java 7 import autotest.common.CustomHistory.HistoryToken;
88 public HistoryToken getSelectTestHistoryToken(int testId) {
SavedQueriesControl.java 9 import autotest.common.CustomHistory.HistoryToken;
198 HistoryToken token;
200 token = HistoryToken.fromString(tokenString);
209 HistoryToken shortToken = new HistoryToken();
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...]
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...]
ContentSelect.java 4 import autotest.common.CustomHistory.HistoryToken;
108 public void addHistoryArguments(HistoryToken arguments, String name) {
  /external/autotest/frontend/client/src/autotest/common/
CustomHistory.java 20 public static class HistoryToken extends HashMap<String, String> {
26 public static HistoryToken fromString(String tokenString) {
27 HistoryToken token = new HistoryToken();
34 private HistoryToken lastHistoryToken = new HistoryToken();
48 public static void simulateHistoryToken(HistoryToken token) {
62 HistoryToken token;
64 token = HistoryToken.fromString(historyTokenString);
80 public static HistoryToken getLastHistoryToken()
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
TabView.java 5 import autotest.common.CustomHistory.HistoryToken;
88 public HistoryToken getHistoryArguments() {
89 HistoryToken arguments = new HistoryToken();
112 protected void openHistoryToken(HistoryToken historyToken) {
114 String newUrl = Window.Location.getPath() + "#" + historyToken;
117 History.newItem(historyToken.toString());
DetailView.java 5 import autotest.common.CustomHistory.HistoryToken;
101 public HistoryToken getHistoryArguments() {
102 HistoryToken arguments = super.getHistoryArguments();
  /external/autotest/frontend/client/src/autotest/afe/
JobListView.java 4 import autotest.common.CustomHistory.HistoryToken;
194 public HistoryToken getHistoryArguments() {
195 HistoryToken arguments = super.getHistoryArguments();
HostDetailView.java 4 import autotest.common.CustomHistory.HistoryToken;

Completed in 263 milliseconds