Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceShellCommand.java60 return setDebugHotwordLogging(pw); in onCommand()
167 private int setDebugHotwordLogging(PrintWriter pw) { in setDebugHotwordLogging() method in VoiceInteractionManagerServiceShellCommand
171 mService.setDebugHotwordLogging(logging); in setDebugHotwordLogging()
H A DVoiceInteractionManagerService.java854 void setDebugHotwordLogging(boolean logging) { in setDebugHotwordLogging() method