Searched refs:hotwordDetectionServiceName (Results 1 – 2 of 2) sorted by relevance
239 final String hotwordDetectionServiceName = mInfo.getHotwordDetectionService(); in VoiceInteractionManagerServiceImpl() local240 mHotwordDetectionComponentName = hotwordDetectionServiceName != null in VoiceInteractionManagerServiceImpl()241 ? new ComponentName(service.getPackageName(), hotwordDetectionServiceName) : null; in VoiceInteractionManagerServiceImpl()
183 Identity voiceInteractorIdentity, ComponentName hotwordDetectionServiceName, in HotwordDetectionConnection() argument191 mHotwordDetectionComponentName = hotwordDetectionServiceName; in HotwordDetectionConnection()