We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57c8454 + db92e35 commit 3da5ba0Copy full SHA for 3da5ba0
tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java
@@ -20,7 +20,7 @@
20
import android.os.Bundle;
21
import android.service.voice.AlwaysOnHotwordDetector;
22
import android.service.voice.AlwaysOnHotwordDetector.Callback;
23
-import android.service.voice.AlwaysOnHotwordDetector.TriggerAudio;
+import android.service.voice.AlwaysOnHotwordDetector.EventPayload;
24
import android.service.voice.VoiceInteractionService;
25
import android.util.Log;
26
@@ -37,7 +37,7 @@ public void onAvailabilityChanged(int status) {
37
}
38
39
@Override
40
- public void onDetected(TriggerAudio triggerAudio) {
+ public void onDetected(EventPayload eventPayload) {
41
Log.i(TAG, "onDetected");
42
43
0 commit comments