Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java124 private AlwaysOnHotwordDetector mHotwordDetector; field in VoiceInteractionService
262 if (mHotwordDetector != null) { in onSoundModelsChangedInternal()
264 mHotwordDetector.onSoundModelsChanged(); in onSoundModelsChangedInternal()
300 mHotwordDetector = new AlwaysOnHotwordDetector(keyphrase, locale, callback, in createAlwaysOnHotwordDetector()
303 return mHotwordDetector; in createAlwaysOnHotwordDetector()
333 if (mHotwordDetector != null) { in safelyShutdownHotwordDetector()
334 mHotwordDetector.stopRecognition(); in safelyShutdownHotwordDetector()
335 mHotwordDetector.invalidate(); in safelyShutdownHotwordDetector()
336 mHotwordDetector = null; in safelyShutdownHotwordDetector()
366 if (mHotwordDetector == null) { in dump()
[all …]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java63 private AlwaysOnHotwordDetector mHotwordDetector; field in MainInteractionService
73 mHotwordDetector = createAlwaysOnHotwordDetector( in onReady()
88 Intent enroll = mHotwordDetector.createEnrollIntent(); in hotwordAvailabilityChangeHelper()
93 if (mHotwordDetector.startRecognition( in hotwordAvailabilityChangeHelper()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64521 Landroid/service/voice/VoiceInteractionService;->mHotwordDetector:Landroid/service/voice/AlwaysOnHo…