Searched refs:mInitListener (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/tts/
H A DTextToSpeechSettings.java160 private final TextToSpeech.OnInitListener mInitListener = new TextToSpeech.OnInitListener() { field in class:TextToSpeechSettings
208 mTts = new TextToSpeech(getActivity().getApplicationContext(), mInitListener);
667 mTts = new TextToSpeech(getActivity().getApplicationContext(), mInitListener,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DTextToSpeechFragment.java123 private final TextToSpeech.OnInitListener mInitListener = new TextToSpeech.OnInitListener() { field in class:TextToSpeechFragment
166 mTts = new TextToSpeech(getActivity().getApplicationContext(), mInitListener);
541 mTts = new TextToSpeech(getActivity().getApplicationContext(), mInitListener,

Completed in 679 milliseconds