Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java118 final ComponentName mVisualQueryDetectionComponentName; field in VoiceInteractionManagerServiceImpl
221 mVisualQueryDetectionComponentName = null; in VoiceInteractionManagerServiceImpl()
231 mVisualQueryDetectionComponentName = null; in VoiceInteractionManagerServiceImpl()
243 mVisualQueryDetectionComponentName = visualQueryDetectionServiceName != null ? new in VoiceInteractionManagerServiceImpl()
673 if (mVisualQueryDetectionComponentName == null) { in verifyDetectorForVisualQueryDetectionLocked()
678 mVisualQueryDetectionComponentName, mUser); in verifyDetectorForVisualQueryDetectionLocked()
732 mHotwordDetectionComponentName, mVisualQueryDetectionComponentName, mUser, in initAndVerifyDetectorLocked()
916 getServiceInfoLocked(mVisualQueryDetectionComponentName, mUser); in verifyProcessSharingLocked()
H A DHotwordDetectionConnection.java148 final ComponentName mVisualQueryDetectionComponentName; field in HotwordDetectionConnection
192 mVisualQueryDetectionComponentName = visualQueryDetectionServiceName; in HotwordDetectionConnection()
205 visualQueryDetectionServiceIntent.setComponent(mVisualQueryDetectionComponentName); in HotwordDetectionConnection()
688 && mVisualQueryDetectionComponentName != null in ServiceConnectionFactory()