Searched refs:STATE_KEY_LOCALE_ENTRY_VALUES (Results 1 – 2 of 2) sorted by relevance
80 private static final String STATE_KEY_LOCALE_ENTRY_VALUES= "locale_entry_values"; field in TtsEngineSettingsFragment167 savedInstanceState.getCharSequenceArray(STATE_KEY_LOCALE_ENTRY_VALUES); in onCreatePreferences()211 outState.putCharSequenceArray(STATE_KEY_LOCALE_ENTRY_VALUES, in onSaveInstanceState()
72 private static final String STATE_KEY_LOCALE_ENTRY_VALUES = "locale_entry_values"; field in TextToSpeechSettings201 savedInstanceState.getCharSequenceArray(STATE_KEY_LOCALE_ENTRY_VALUES); in onCreate()301 outState.putCharSequenceArray(STATE_KEY_LOCALE_ENTRY_VALUES, in onSaveInstanceState()