Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/
DCustomHistory.java34 private HistoryToken lastHistoryToken = new HistoryToken(); field in CustomHistory
69 if (token.equals(lastHistoryToken)) { in processHistoryTokenString()
73 lastHistoryToken = token; in processHistoryTokenString()
81 return theInstance.lastHistoryToken; in getLastHistoryToken()
96 theInstance.lastHistoryToken = token; in newItem()