Searched refs:handleBatchFinished (Results 1 – 1 of 1) sorted by relevance
364 handleBatchFinished(parsedId, /* error= */ false); in onDone()373 handleBatchFinished(parsedId, /* error= */ true); in onError()379 handleBatchFinished(parsedId, /* error= */ false); in onStop()384 private void handleBatchFinished(Pair<String, Integer> parsedId, boolean error) { in handleBatchFinished() method in TextToSpeechHelper.BatchListener