OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addOrUpdateSoundModel
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
TestEnrollmentActivity.java
67
boolean status = mEnrollmentUtil.
addOrUpdateSoundModel
(soundModel);
112
boolean status = mEnrollmentUtil.
addOrUpdateSoundModel
(updated);
EnrollmentUtil.java
89
public boolean
addOrUpdateSoundModel
(KeyphraseSoundModel soundModel) {
108
* {@link #
addOrUpdateSoundModel
(KeyphraseSoundModel)} without changing the IDs.
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerUtil.java
58
public boolean
addOrUpdateSoundModel
(GenericSoundModel soundModel) {
74
* {@link #
addOrUpdateSoundModel
(GenericSoundModel)} without changing the IDs.
SoundTriggerTestService.java
251
boolean status = mSoundTriggerUtil.
addOrUpdateSoundModel
(soundModel);
300
boolean status = mSoundTriggerUtil.
addOrUpdateSoundModel
(updated);
Completed in 749 milliseconds