Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractionManagerService.aidl55 int updateKeyphraseSoundModel(in SoundTrigger.KeyphraseSoundModel model); in updateKeyphraseSoundModel() method
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DEnrollmentUtil.java96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel); in addOrUpdateSoundModel()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DDatabaseHelper.java91 public boolean updateKeyphraseSoundModel(KeyphraseSoundModel soundModel) { in updateKeyphraseSoundModel() method in DatabaseHelper
DVoiceInteractionManagerService.java743 public int updateKeyphraseSoundModel(KeyphraseSoundModel model) { in updateKeyphraseSoundModel() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
751 if (mDbHelper.updateKeyphraseSoundModel(model)) { in updateKeyphraseSoundModel()