Home
last modified time | relevance | path

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

/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DTestEnrollmentActivity.java67 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(soundModel); in onEnrollButtonClicked()
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated); in onReEnrollButtonClicked()
DEnrollmentUtil.java89 public boolean addOrUpdateSoundModel(KeyphraseSoundModel soundModel) { in addOrUpdateSoundModel() method in EnrollmentUtil
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerUtil.java58 public boolean addOrUpdateSoundModel(GenericSoundModel soundModel) { in addOrUpdateSoundModel() method in SoundTriggerUtil
DSoundTriggerTestService.java251 boolean status = mSoundTriggerUtil.addOrUpdateSoundModel(soundModel); in loadModel()
300 boolean status = mSoundTriggerUtil.addOrUpdateSoundModel(updated); in reloadModel()