History log of /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/SoundTriggerUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dcd9a83e9e50db7f66d02278705049ff87b199d5 08-Jul-2016 Chris Thornton <thorntonc@google.com> Merge \\"Updates to the sound trigger test app\\" into nyc-mr1-dev am: e1fdcc49fd
am: 8ce7b9b6ff

Change-Id: Ib96262c213f9cc397d49b6be6d2ca5975a580ce4
dfa7c3b0dc623d6394b068ccd66b2fa7ddd6aa57 01-Jul-2016 Chris Thornton <thorntonc@google.com> Updates to the sound trigger test app

Moved the logic for talking to the system service into a service in the
app - this now lets you close the activity and still be able to receive
events. Additionally, we get CLI support using commands with the intent
com.android.intent.action.MANAGE_SOUND_TRIGGER.

Bug: 29073629

Change-Id: Ie904b73b4414f2c9fded013aeb5e6c6c3a67f5d3
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/SoundTriggerUtil.java
81c18e6f9985a3996df5e0f2ae3a38d78263103e 10-May-2016 Ian Rogers <irogers@google.com> Remove @Nullable from primitive/void types.

Erroneous use of @Nullable caught by error prone.
Bug: 27723540

Change-Id: Ida76b2fd221142980da5c018e57c96cc6920ebc0
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/SoundTriggerUtil.java
3fff7f5634ca788c1c84b6f1b316819ffd4c7cb2 09-Feb-2016 Arunesh Mishra <arunesh@google.com> SoundTriggerHelper changes for GenericSoundModels.

- Refactoring SoundTriggerHelper to handle generic sound models.
- Ability to store multiple models, callback and state information.
- Separate out initialization to be done per voice model, per any model
and per generic model.
- Minor change to the API exposed -- removing the Handler from the
createSoundTriggerDetector call.
- Added callback processing for onRecognitionEvent().
- Added logic for stopAll().
- Changes to the SoundTriggerTestApp to start/stop recognition.
- Multiple models (3).
- Ability to start/stop/load/unload individual models.

Bug: 22860713
Bug: 27222043
Change-Id: Ie5d811babb956bead653fb560a43f1e549ed11bd
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/SoundTriggerUtil.java
c722ec4105f7a4733a22fb9004e784347ee36663 27-Jan-2016 Arunesh Mishra <arunesh@google.com> Fix SoundTriggerModel uses to GenericSoundModel.

Change-Id: I30308b39536864d7b9640367861730e3b1b12129
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/SoundTriggerUtil.java
a772e5fc062c8de48cb9c1d61755110f6b2e189b 25-Jan-2016 Arunesh Mishra <arunesh@google.com> SoundTrigger API improvements.

This CL implements the SoundTrigger API improvements as given in b/22860713. Only the java-level
parts are implemented in this CL.

Key changes include:

* Addition of a SoundTriggerManager/SoundTriggerDetector system API to manage
the sound-trigger based sound models.
* Addition of a SoundTriggerService service that manages all sound models
including voice (keyphrase) and sound-trigger based models.
* Includes logic to write sound-trigger based models to the database.
* VoiceInteractionManager service now uses SoundTriggerService instead of
SoundTriggerHelper.

Bug: 22860713
Change-Id: I7b5c0ed80702527c4460372efeb5e542d3693a69
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/SoundTriggerUtil.java