Home
last modified time | relevance | path

Searched refs:getLastHistoryToken (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/
DCustomHistory.java80 public static HistoryToken getLastHistoryToken() { in getLastHistoryToken() method in CustomHistory
93 if (token.equals(getLastHistoryToken())) { in newItem()
/external/autotest/frontend/client/src/autotest/tko/
DSavedQueriesControl.java150 args.put("url_token", new JSONString(CustomHistory.getLastHistoryToken().toString())); in onClick()