Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java84 private String mCurrentBatchId; field in TextToSpeechHelper
187 mCurrentBatchId = null; in requestStop()
212 mCurrentBatchId = Long.toString(requestId); in playInternal()
216 String.format("%s%s%d", mCurrentBatchId, UTTERANCE_ID_SEPARATOR, i); in playInternal()
223 mCurrentBatchId = null; in playInternal()
231 mListeners.put(mCurrentBatchId, new BatchListener(requestId, textToSpeak.size())); in playInternal()
370 if (parsedId.first.equals(mCurrentBatchId)) { in onError()