History log of /packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioExtFocusTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/CarAudioExtFocusTest.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/CarAudioExtFocusTest.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/CarAudioExtFocusTest.java
4c6834a27ccbcf42cbeef43059751752baf80ac3 28-Jun-2016 Keun-young Park <keunyoung@google.com> add external audio routing support

- external audio routing is done via audio focus request
- add hidden CarAudioManager API for apps to request audio focus
for external audio source: will be left hidden until it is good
to go as public or system api
- add test to confirm external routing

bug: 29601910
Change-Id: I33600a6f53b0854cd3b55663a8be6987ac20413a
/packages/services/Car/tests/carservice_test/src/com/android/car/test/CarAudioExtFocusTest.java