Home
last modified time | relevance | path

Searched refs:onDetect (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DNoOpHotwordDetectionService.java37 public void onDetect( in onDetect() method in NoOpHotwordDetectionService
41 super.onDetect(eventPayload, timeoutMillis, callback); in onDetect()
45 public void onDetect( in onDetect() method in NoOpHotwordDetectionService
50 super.onDetect(audioStream, audioFormat, options, callback); in onDetect()
54 public void onDetect(@NonNull Callback callback) { in onDetect() method in NoOpHotwordDetectionService
55 super.onDetect(callback); in onDetect()
DTestPermissionHotwordDetectionService.java42 public void onDetect(@NonNull AlwaysOnHotwordDetector.EventPayload eventPayload, in onDetect() method in TestPermissionHotwordDetectionService
76 public void onDetect( in onDetect() method in TestPermissionHotwordDetectionService
85 public void onDetect(@NonNull Callback callback) { in onDetect() method in TestPermissionHotwordDetectionService
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/unittests/
DHotwordDetectionServiceDefaultMethodTest.java43 () -> new NoOpHotwordDetectionService().onDetect( in testHotwordDetectionService_onDetect_fromDsp()
53 () -> new NoOpHotwordDetectionService().onDetect( in testHotwordDetectionService_onDetect_fromExternalSource()
64 () -> new NoOpHotwordDetectionService().onDetect(/* callback= */ null)); in testHotwordDetectionService_onDetect_fromMic()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DControllableHotwordDetectionService.java61 public void onDetect(AlwaysOnHotwordDetector.EventPayload eventPayload, long timeoutMillis, in onDetect() method in ControllableHotwordDetectionService
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java133 public void onDetect(@NonNull AlwaysOnHotwordDetector.EventPayload eventPayload, in onDetect() method in MainHotwordDetectionService
205 public void onDetect( in onDetect() method in MainHotwordDetectionService
313 public void onDetect(@NonNull Callback callback) { in onDetect() method in MainHotwordDetectionService
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt13538 …method public void onDetect(@NonNull android.service.voice.AlwaysOnHotwordDetector.EventPayload, l…
13539 method public void onDetect(@NonNull android.service.voice.HotwordDetectionService.Callback);
13540 …method public void onDetect(@NonNull android.os.ParcelFileDescriptor, @NonNull android.media.Audio…