Searched refs:inState (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DSslErrorHandler.java114 /* package */ synchronized boolean restoreState(Bundle inState) { argument
115 boolean success = (inState != null);
117 success = inState.containsKey("ssl-error-handler");
119 mSslPrefTable = inState.getBundle("ssl-error-handler");
H A DNetwork.java281 * @param inState The in-state to load (read) from.
284 public boolean restoreState(Bundle inState) { argument
289 return mSslErrorHandler.restoreState(inState);
H A DWebView.java1556 * @param inState The incoming Bundle of state.
1561 public WebBackForwardList restoreState(Bundle inState) { argument
1563 if (inState == null) {
1566 if (inState.containsKey("index") && inState.containsKey("history")) {
1568 inState.getBundle("certificate"));
1571 final int index = inState.getInt("index");
1577 (List<byte[]>) inState.getSerializable("history");
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java106 public WebBackForwardList restoreState(Bundle inState) { argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java1106 public void restoreHierarchyState(Bundle inState) { argument
1108 SparseArray<Parcelable> viewStates = mFrozenViewStates = inState

Completed in 150 milliseconds