Searched refs:mCurrentBatchId (Results 1 – 1 of 1) sorted by relevance
84 private String mCurrentBatchId; field in TextToSpeechHelper187 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()