Searched refs:onDetect (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/ |
D | NoOpHotwordDetectionService.java | 37 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()
|
D | TestPermissionHotwordDetectionService.java | 42 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/ |
D | HotwordDetectionServiceDefaultMethodTest.java | 43 () -> 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/ |
D | ControllableHotwordDetectionService.java | 61 public void onDetect(AlwaysOnHotwordDetector.EventPayload eventPayload, long timeoutMillis, in onDetect() method in ControllableHotwordDetectionService
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainHotwordDetectionService.java | 133 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/ |
D | system-current.txt | 13538 …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…
|