We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256e1a6 commit db92e35Copy full SHA for db92e35
1 file changed
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