Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java101 GenericSoundModel returnedModel = in testUpdateGenericSoundModel() local
103 assertEquals(model, returnedModel); in testUpdateGenericSoundModel()
119 GenericSoundModel returnedModel = in testDeleteGenericSoundModel() local
121 assertEquals(null, returnedModel); in testDeleteGenericSoundModel()
264 GenericSoundModel returnedModel = soundTriggerService.getSoundModel( in testFuzzGenericSoundModel() local
266 assertEquals(null, returnedModel); in testFuzzGenericSoundModel()