Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java395 safelyShutdownAllHotwordDetectors(true); in onShutdownInternal()
721 safelyShutdownAllHotwordDetectors(false);
884 safelyShutdownAllHotwordDetectors(false); in createHotwordDetectorInternal()
1076 private void safelyShutdownAllHotwordDetectors(boolean shouldShutDownVisualQueryDetector) { in safelyShutdownAllHotwordDetectors() method in VoiceInteractionService