Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java471 void setDebugHotwordLoggingLocked(boolean logging) { in setDebugHotwordLoggingLocked() method in HotwordDetectionConnection
476 session.setDebugHotwordLoggingLocked(logging); in setDebugHotwordLoggingLocked()
486 session.setDebugHotwordLoggingLocked(false); in setDebugHotwordLoggingLocked()
H A DVoiceInteractionManagerServiceImpl.java934 void setDebugHotwordLoggingLocked(boolean logging) { in setDebugHotwordLoggingLocked() method in VoiceInteractionManagerServiceImpl
939 mHotwordDetectionConnection.setDebugHotwordLoggingLocked(logging); in setDebugHotwordLoggingLocked()
H A DDetectorSession.java614 void setDebugHotwordLoggingLocked(boolean logging) { in setDebugHotwordLoggingLocked() method in DetectorSession
H A DVoiceInteractionManagerService.java938 mImpl.setDebugHotwordLoggingLocked(logging); in setDebugHotwordLogging()