Searched refs:textToSpeech (Results 1 – 2 of 2) sorted by relevance
20 public TextToSpeechCompat(TextToSpeech textToSpeech) { in TextToSpeechCompat() argument21 mTextToSpeech = textToSpeech; in TextToSpeechCompat()
37 public static void setInstance(TextToSpeech textToSpeech) { in setInstance() argument38 sInstance = textToSpeech; in setInstance()