Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java82 private int mInitStatus; field in TextToSpeechHelper
109 mInitStatus = TextToSpeech.STOPPED; in TextToSpeechHelper()
139 mInitStatus = initStatus; in handleInitCompleted()
172 if (mInitStatus == TextToSpeech.STOPPED) { in requestPlay()
201 if (mInitStatus == TextToSpeech.ERROR) { in playInternal()
254 mInitStatus = TextToSpeech.STOPPED; in shutdownEngine()