Searched refs:SAVED_TOAST_BAR_OP (Results 1 – 1 of 1) sorted by relevance
149 private static final String SAVED_TOAST_BAR_OP = "saved-toast-bar-op"; field in AbstractActivityController2210 outState.putParcelable(SAVED_TOAST_BAR_OP, mToastBar.getOperation());2409 if (savedState.containsKey(SAVED_TOAST_BAR_OP)) {2410 ToastBarOperation op = savedState.getParcelable(SAVED_TOAST_BAR_OP);