Merge "Fix incorrect trusted hotword metric" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
43f386b380
@@ -620,7 +620,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user