| Age | Commit message (Collapse) | Author |
|
- Remove stale stub hal test, as it is non-functional and has been
superseded
- Create package/directory for stservice tests
- Move SoundTriggerTest to new package
- Fix SoundTriggerTest to prevent passing null to APIs which no longer
accept null
- Split ConversionUtilTest into st service and middleware conversion
tests
Fixes: 275434578
Test: atest FrameworkVoiceInteractionTests
Change-Id: If523b268d9defe266d998232041bcb0728554ef2
|
|
These tests can only be run with the stub HAL. The test's Android.mk
file excludes these tests when run without the flag
SOUND_TRIGGER_USE_STUB_MODULE=1
To run the stub HAL tests, run:
SOUND_TRIGGER_USE_STUB_MODULE=1 runtest \
--path ./frameworks/base/tests/SoundTriggerTests
Change-Id: Iac144c51b8a387e94ad25d283715842d46e6e618
|
|
Change-Id: Ia79727e5fd645a5e99b8be41c413b94c302f1868
|
|
Also add a missing null check in writeBlob
Bug: 16516353
Change-Id: Ie702f8daae541cab7c2cee6e13d49e7fc84c84e1
|