Home
last modified time | relevance | path

Searched refs:EventPayload (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java204 public static class EventPayload { class in AlwaysOnHotwordDetector
216 private EventPayload(boolean triggerAvailable, boolean captureAvailable, in EventPayload() method in AlwaysOnHotwordDetector.EventPayload
307 public abstract void onDetected(@NonNull EventPayload eventPayload); in onDetected()
626 new EventPayload(event.triggerInData, event.captureAvailable, in onDetected()
665 mExternalCallback.onDetected((EventPayload) msg.obj); in handleMessage()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java24 import android.service.voice.AlwaysOnHotwordDetector.EventPayload;
43 public void onDetected(EventPayload eventPayload) {
/frameworks/base/api/
Dcurrent.txt28794 …method public abstract void onDetected(android.service.voice.AlwaysOnHotwordDetector.EventPayload);
28800 public static class AlwaysOnHotwordDetector.EventPayload {
Dsystem-current.txt30945 …method public abstract void onDetected(android.service.voice.AlwaysOnHotwordDetector.EventPayload);
30951 public static class AlwaysOnHotwordDetector.EventPayload {