History log of /packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9db04df1241b4b2ee3c6096eabca876e6a49708b 07-Feb-2017 Antonio Cortes <antoniocortes@google.com> VMS skeleton code: VmsPublisherClientService.

VmsPublisherClientService is the main interface for clients to use
publisher services. The test verifies that a fake client publishes a
message.

This is a post-O feature.

Bug: b/34976096
Test: VmsPublisherClientServiceTest
Change-Id: Ice021409e5ca753d10a1a7a03768da483e626449
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.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/MockedCarTestBase.java
ec83b63c47f65c5978eec3ee24952969a17b1ee7 06-Jan-2017 Pavel Maltsev <pavelm@google.com> Handle losing conneciton with VHAL in Car Service

Test: TODO

Change-Id: Ib465b146db119bc4dbf6019f76619935891fd45d
Fix: b/34083734
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.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/MockedCarTestBase.java
9cea114837dd6a72d3a4f7f2618fec880fe1aca8 27-Sep-2016 Keun-young Park <keunyoung@google.com> use only android.Car in car service test

- change all tests not to use support.Car

bug: 31488458
Change-Id: I85d617763108665105159d3f9d5a012022d49aa6
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.java
1ac59caa6b1bc760aef0adb3c675b49bfa53af9f 31-Aug-2016 Jason Tholstrup <jthol@google.com> Final round of API doc cleanups. Some vestigial methods were removed.

Change-Id: Ia537b4075af5846436a0754481c8622cc7b1dca7
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.java
57de61296cc8f29d8740fc7e6983af9553e7a410 19-Aug-2016 Jason Tholstrup <jthol@google.com> @hiding stuff and misc api lint fixes

Change-Id: I88aadf3d80e1da06b976d752912a4cf1682bb257
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.java
9aaf8b91bdef693f555632c9ca491423e457efa1 04-Aug-2016 Jason Tholstrup <jthol@google.com> bringing in code from g3 and updating some name spaces to match

Change-Id: I0baf0d77ba2ec076e2e16849b11944907416066b
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.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/MockedCarTestBase.java
e4c731ea3ed22615783efb02818b0b3d184bba33 15-Mar-2016 Jason Tholstrup <jthol@google.com> Car support lib changes for shared support lib

- remove IBinder from onServiceConnected
- Add CarNotConnected exceptions to android.car.support methods
- various type cleanup

bug: 27679766

Change-Id: I58335da8296ec83ad2d6ffe76ba18d54ea8563a0
/packages/services/Car/tests/carservice_test/src/com/android/car/test/MockedCarTestBase.java
1488ef2171bbc3bf25fc00c424a9979843f5ec6e 25-Feb-2016 Keun-young Park <keunyoung@google.com> support audio context properly

- audio context is now part of AUDIO_FOCUS
- For now, resolve up to two contexts for a focus
request
- audio context is cleared after audio focus is requested

bug: 27110889

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