Searched refs:HISTORY_KEY (Results 1 – 1 of 1) sorted by relevance
36 private static final String HISTORY_KEY = "ShadowWebView.History"; field in ShadowWebView383 outState.putStringArrayList(HISTORY_KEY, history); in saveState()390 history = inState.getStringArrayList(HISTORY_KEY); in restoreState()