Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java396 safelyShutdownAllHotwordDetectors(true); in onShutdownInternal()
722 safelyShutdownAllHotwordDetectors(false);
885 safelyShutdownAllHotwordDetectors(false); in createHotwordDetectorInternal()
1073 private void safelyShutdownAllHotwordDetectors(boolean shouldShutDownVisualQueryDetector) { in safelyShutdownAllHotwordDetectors() method in VoiceInteractionService