Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java132 TestRecognitionStatusCallback spyCallback = spy(new TestRecognitionStatusCallback()); in testStartStopGenericSoundModel()
156 TestRecognitionStatusCallback spyCallback = spy(new TestRecognitionStatusCallback()); in testTriggerGenericSoundModel()
214 TestRecognitionStatusCallback spyCallback = spy(new TestRecognitionStatusCallback()); in testFuzzGenericSoundModel()
272 public class TestRecognitionStatusCallback extends IRecognitionStatusCallback.Stub { class in GenericSoundModelTest