HomeSort by relevance Sort by last modified time
    Searched defs:mHotwordDetector (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java 96 private AlwaysOnHotwordDetector mHotwordDetector;
249 if (mHotwordDetector != null) {
251 mHotwordDetector.onSoundModelsChanged();
275 mHotwordDetector = new AlwaysOnHotwordDetector(keyphrase, locale, callback,
278 return mHotwordDetector;
307 if (mHotwordDetector != null) {
308 mHotwordDetector.stopRecognition();
309 mHotwordDetector.invalidate();
310 mHotwordDetector = null;
323 if (mHotwordDetector == null)
    [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionService.java 63 private AlwaysOnHotwordDetector mHotwordDetector;
73 mHotwordDetector = createAlwaysOnHotwordDetector(
88 Intent enroll = mHotwordDetector.createEnrollIntent();
93 if (mHotwordDetector.startRecognition(

Completed in 57 milliseconds