summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* AudioFXTests: remove key sign warningRoman Birg2016-08-311-3/+1
| | | | | Change-Id: I749db9a76e31ee023283edc30796874d18425c98 Signed-off-by: Roman Birg <roman@cyngn.com>
* AudioFX: finish rename; persist processRoman Birg2016-08-2910-25/+20
| | | | | | | | | | | - Set persistent flag for app in the manifest, this backing process shouldn't be dying when the user swipes away the UI - Fix package structure to be org.cyanogenmod.audiofx - Add missing java license headers Change-Id: I03d37b6ca0548d881aaf46754c776da923e1ef59
* AudioFXTests: rename module back to AudioFXTestsJessica Wagantall2016-08-261-2/+2
| | | | Change-Id: I0b06569df74722ee7d7de2685c022ba879e1c3e4
* audiofx: rename package to ModioFXScott Mertz2016-04-081-3/+3
| | | | | | | So we can use LOCAL_PACKAGE_OVERRIDES to replace OSS AudioFX rather than relying on manifests. Change-Id: Ided65c3f00146fa648bbf4bfd503148422c5824f
* AudioFX: junit4 testsRoman Birg2016-03-1014-189/+496
| | | | | | | | Now tests the service directly and indirectly (going through service dispatcher). Change-Id: I5e9a1a787216e4ca97e529b7040bd52f26554a23 Signed-off-by: Roman Birg <roman@cyngn.com>
* AudioFX: effect tests, synchronize the worldRoman Birg2016-03-066-0/+207
| | | | | | | | | | Includes a set of tests to ensure that the service can create and destroy effects (without anything enabled for now). Also adds synchornization to service and effects. Change-Id: I0d15f71461a22b837661f442f5b04de6045e100b Signed-off-by: Roman Birg <roman@cyngn.com>
* AudioFX: add analytics and test harnessRoman Birg2015-09-295-0/+161
Adds intial user session tracking. Sends an event on every pause from the acvitity. Currently only keeps counts of things the user has touched during their session. Also added initial tests for Presets to make sure parceling and unpaceling is handled properly. Ref: CYNGNOS-1144 Change-Id: I71925430ee63d0b28fc5aa8cc93fea5f5327d7db Signed-off-by: Roman Birg <roman@cyngn.com>