Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DRecognitionService.java37 private Callback mCurrentListener; field in RecognitionService
54 if (mCurrentListener != null) { in onStartListening()
59 mCurrentListener = listener; in onStartListening()
67 if (mCurrentListener == null || listener != mCurrentListener) { in onCancel()
71 mCurrentListener = null; in onCancel()
77 if (mCurrentListener == null || listener != mCurrentListener) { in onStopListening()
83 mCurrentListener = null; in onStopListening()
87 if (mCurrentListener != null) { in onExecutionComplete()
95 mCurrentListener.beginningOfSpeech(); in sendBeginningOfSpeech()
104 mCurrentListener.endOfSpeech(); in sendEndOfSpeech()
[all …]