Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java135 private static final boolean SYSPROP_VISUAL_QUERY_SERVICE_ENABLED = field in VoiceInteractionService
954 if (!SYSPROP_VISUAL_QUERY_SERVICE_ENABLED) { in createVisualQueryDetector()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java118 private static final boolean SYSPROP_VISUAL_QUERY_SERVICE_ENABLED = field in HotwordDetectionConnection
687 if (SYSPROP_VISUAL_QUERY_SERVICE_ENABLED in ServiceConnectionFactory()
H A DVoiceInteractionManagerServiceImpl.java100 private static final boolean SYSPROP_VISUAL_QUERY_SERVICE_ENABLED = field in VoiceInteractionManagerServiceImpl
721 if (SYSPROP_VISUAL_QUERY_SERVICE_ENABLED && !verifyProcessSharingLocked()) { in initAndVerifyDetectorLocked()