Loading services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerServiceImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -639,7 +639,7 @@ class VoiceInteractionManagerServiceImpl implements VoiceInteractionSessionConne private void logDetectorCreateEventIfNeeded(IHotwordRecognitionStatusCallback callback, private void logDetectorCreateEventIfNeeded(IHotwordRecognitionStatusCallback callback, int detectorType, boolean isCreated, int voiceInteractionServiceUid) { int detectorType, boolean isCreated, int voiceInteractionServiceUid) { if (callback != null) { if (callback != null) { HotwordMetricsLogger.writeDetectorCreateEvent(detectorType, true, HotwordMetricsLogger.writeDetectorCreateEvent(detectorType, isCreated, voiceInteractionServiceUid); voiceInteractionServiceUid); } } Loading Loading
services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerServiceImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -639,7 +639,7 @@ class VoiceInteractionManagerServiceImpl implements VoiceInteractionSessionConne private void logDetectorCreateEventIfNeeded(IHotwordRecognitionStatusCallback callback, private void logDetectorCreateEventIfNeeded(IHotwordRecognitionStatusCallback callback, int detectorType, boolean isCreated, int voiceInteractionServiceUid) { int detectorType, boolean isCreated, int voiceInteractionServiceUid) { if (callback != null) { if (callback != null) { HotwordMetricsLogger.writeDetectorCreateEvent(detectorType, true, HotwordMetricsLogger.writeDetectorCreateEvent(detectorType, isCreated, voiceInteractionServiceUid); voiceInteractionServiceUid); } } Loading