Searched refs:SAVE_STATE_MESSAGE (Results 1 – 2 of 2) sorted by relevance
63 private static final String SAVE_STATE_MESSAGE = "CarUiDialogFragment.message"; field in CarUiDialogFragment87 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE); in onCreate()103 outState.putCharSequence(SAVE_STATE_MESSAGE, mDialogMessage); in onSaveInstanceState()
57 private static final String SAVE_STATE_MESSAGE = "LeanbackListPreferenceDialogFragment.message"; field in LeanbackListPreferenceDialogFragmentCompat