Home
last modified time | relevance | path

Searched refs:initExecutor (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java782 private TextToSpeech(Context context, @Nullable Executor initExecutor, in TextToSpeech() argument
786 mInitExecutor = initExecutor; in TextToSpeech()