From 615604ea77d1893967bb7c191e13751a9284b992 Mon Sep 17 00:00:00 2001 From: Ivan Chiang Date: Thu, 13 Oct 2022 12:48:19 +0000 Subject: [PATCH] Hotword: Update the package name in TEST_MAPPING Bug: 253252253 Test: atest -p frameworks/base/services/core/java/com/android/server/attention/TEST_MAPPING Change-Id: I151c4f939fbde50a8afdce72ccf914f8ec110adc --- services/core/java/com/android/server/attention/TEST_MAPPING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/attention/TEST_MAPPING b/services/core/java/com/android/server/attention/TEST_MAPPING index 35b8165b10c49..e5b034415824c 100644 --- a/services/core/java/com/android/server/attention/TEST_MAPPING +++ b/services/core/java/com/android/server/attention/TEST_MAPPING @@ -7,7 +7,7 @@ "include-filter": "android.voiceinteraction.cts.AlwaysOnHotwordDetectorTest" }, { - "include-filter": "android.voiceinteraction.cts.HotwordDetectedResultTest" + "include-filter": "android.voiceinteraction.cts.unittests.HotwordDetectedResultTest" }, { "include-filter": "android.voiceinteraction.cts.HotwordDetectionServiceBasicTest"