Home
last modified time | relevance | path

Searched defs:onRecognitionFinished (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DSpeechToText.java45 void onRecognitionFinished(@NonNull List<String> results); in onRecognitionFinished() method
DVoicePlateActivity.java505 public void onRecognitionFinished(List<String> strings) { in onRecognitionFinished() method in VoicePlateActivity