Skip to content

Commit 3da5ba0

Browse files
Sandeep SiddharthaAndroid (Google) Code Review
authored andcommitted
Merge "Fix build break" into lmp-dev
2 parents 57c8454 + db92e35 commit 3da5ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import android.os.Bundle;
2121
import android.service.voice.AlwaysOnHotwordDetector;
2222
import android.service.voice.AlwaysOnHotwordDetector.Callback;
23-
import android.service.voice.AlwaysOnHotwordDetector.TriggerAudio;
23+
import android.service.voice.AlwaysOnHotwordDetector.EventPayload;
2424
import android.service.voice.VoiceInteractionService;
2525
import android.util.Log;
2626

@@ -37,7 +37,7 @@ public void onAvailabilityChanged(int status) {
3737
}
3838

3939
@Override
40-
public void onDetected(TriggerAudio triggerAudio) {
40+
public void onDetected(EventPayload eventPayload) {
4141
Log.i(TAG, "onDetected");
4242
}
4343

0 commit comments

Comments
 (0)