Searched refs:STATE_KEY_LOCALE_ENTRIES (Results 1 – 2 of 2) sorted by relevance
79 private static final String STATE_KEY_LOCALE_ENTRIES = "locale_entries"; field in TtsEngineSettingsFragment165 savedInstanceState.getCharSequenceArray(STATE_KEY_LOCALE_ENTRIES); in onCreatePreferences()209 outState.putCharSequenceArray(STATE_KEY_LOCALE_ENTRIES, in onSaveInstanceState()
71 private static final String STATE_KEY_LOCALE_ENTRIES = "locale_entries"; field in TextToSpeechSettings199 savedInstanceState.getCharSequenceArray(STATE_KEY_LOCALE_ENTRIES); in onCreate()299 outState.putCharSequenceArray(STATE_KEY_LOCALE_ENTRIES, in onSaveInstanceState()