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/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerUtil.java
59
public boolean
addOrUpdateSoundModel
(GenericSoundModel soundModel) {
71
public void
addOrUpdateSoundModel
(SoundTriggerManager.Model soundModel) {
79
* {@link #
addOrUpdateSoundModel
(GenericSoundModel)} without changing the IDs.
TestSoundTriggerActivity.java
240
boolean status = mSoundTriggerUtil.
addOrUpdateSoundModel
(model);
287
boolean status = mSoundTriggerUtil.
addOrUpdateSoundModel
(updated);
/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.
Completed in 60 milliseconds