Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/
DCustomHistory.java49 theInstance.processHistoryTokenString(token.toString()); in simulateHistoryToken()
53 theInstance.processHistoryTokenString(History.getToken()); in processInitialToken()
58 processHistoryTokenString(event.getValue()); in onValueChange()
61 private void processHistoryTokenString(String historyTokenString) { in processHistoryTokenString() method in CustomHistory