Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java239 final String hotwordDetectionServiceName = mInfo.getHotwordDetectionService(); in VoiceInteractionManagerServiceImpl() local
240 mHotwordDetectionComponentName = hotwordDetectionServiceName != null in VoiceInteractionManagerServiceImpl()
241 ? new ComponentName(service.getPackageName(), hotwordDetectionServiceName) : null; in VoiceInteractionManagerServiceImpl()
H A DHotwordDetectionConnection.java183 Identity voiceInteractorIdentity, ComponentName hotwordDetectionServiceName, in HotwordDetectionConnection() argument
191 mHotwordDetectionComponentName = hotwordDetectionServiceName; in HotwordDetectionConnection()