History log of /packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioFocusSystemSoundTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0bb47d392757b67a7b2ddf334d34b60ae3662b2f 02-Jun-2017 Enrico Granata <egranata@google.com> Move audio focus tests to the new AudioFocusRequest API

Using an AudioFocusRequest is the supported path forward, and enables the
framework to return a DELAYED focus response to the requestor.

Test: runtest -x packages/services/Car/tests/carservice_test/src/com/android/car/test/
Bug: 33352354
Change-Id: I67f49e1b9c0c2c71b348b625b5f3298728c14fe9
/packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioFocusSystemSoundTest.java
79d5e12ad8708c1f7f7f1a60aaeb349ac7ed0f7b 24-Mar-2017 Pavel Maltsev <pavelm@google.com> Implement support of AUDIO_STREAM_STATE property

Fixing Audio tests

Fix: b/33235166
Fix: b/36524594

Test: runtest -x packages/services/Car/tests/carservice_test
Change-Id: I7d9dade59ce81342d859239f2e3e9a360008e7d3
/packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioFocusSystemSoundTest.java
cfe93105f637c2822da113308f113ed418d0b319 02-Feb-2017 Pavel Maltsev <pavelm@google.com> Move Vehicle HAL under automotive package

Test: all existing tests passing

Bug: b/33200203
Change-Id: Id1ff815ae2af9c48ce8612b4cfb5327de13a5a1f
/packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioFocusSystemSoundTest.java
0d07c76bbc788fba8c77d8e932330ab22ec6ba27 04-Nov-2016 Pavel Maltsev <pavelm@google.com> Migrating Car service to new Vehicle HAL

- make car service work directly with Vehicle HAL
- getting rid of protobufs and dependencies on VNS
- get rid of CarTestManager / CarTestService and refactor
tests accordingly
- reworked ICarImpl to pass dependencies rather than
using singletons for better testing experience

Test: existing test should work, although some of the tests
(esp. audio) are broken and we will fix them in follow up CLs

Bug: b/31971746
Change-Id: I229969af332304ba3b1718f130cdf22038e86fad
Tests: tests adjusted to new data structures
/packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioFocusSystemSoundTest.java
32b6382264510577126f9723337a7f48332b2ae3 02-Aug-2016 Keun-young Park <keunyoung@google.com> support system sound with no focus request

- When system sound is played without focus, send
NO_DUCK focus request.
- system sound will be also added if non-system sound
is already having focus
- Sound from non-system sound physical stream will be
ignored when focus is not requested.
- also fix routing policy test by adding fixed policy for test

bug: 25984205

Change-Id: If3981ff45fbf13fff67892bf78562ed071336b40
/packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioFocusSystemSoundTest.java