Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java364 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