Searched refs:sModel (Results 1 – 1 of 1) sorted by relevance
78 private static final Model sModel = Model.create(MODEL_UUID, new UUID(7, 5), new byte[0], 1); field in SoundTriggerManagerTest142 mManager.updateModel(sModel); in loadModelForRecognition()143 assertThat(mManager.loadSoundModel(sModel.getSoundModel())).isEqualTo(0); in loadModelForRecognition()284 () -> mRealManager.loadSoundModel(sModel.getSoundModel())); in testAttachInvalidSession_whenNoDspAvailable()