History log of /packages/services/Car/service/src/com/android/car/CarRadioService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/service/src/com/android/car/CarRadioService.java
1b1247b5648975dd41ee73c25425825abb256234 30-Sep-2016 Vitalii Tomkiv <vitalit@google.com> Change logging for car packages.

Removed PII information.
Disable all debug logging by default.
bug: 31811554
Test: manual build.

Change-Id: If95a27a1bb514f79f2acd65c21f5e7b29345a361
/packages/services/Car/service/src/com/android/car/CarRadioService.java
e54ac276796c6535558f8444d882adecd19ce2bd 17-Feb-2016 Keun-young Park <keunyoung@google.com> add android.car

- instead of using binder as compatibility layer, add android.car
- apps using android.car should add it to LOCAL_JAVA_LIBRARIES
unless doing include
packages/services/Car/car-support-lib/car-support.mk

- support lib renamed to android.support.car
- UI stuffs only exist in android.support.car
UI has dependency on androud support library and not added to
android.car

- permission only uses android.car namespace even for support.car

- car-systemtest remains as static library. To use CarTestManager,
test app should get CarTestManagerBinderWrapper then create
CarTestManager.

bug: 27199752
Change-Id: I3522e11e958dade404443fbe2d45f576c827fa7a
/packages/services/Car/service/src/com/android/car/CarRadioService.java
75623ce0736848d0b27f08c65d843a031b325027 21-Jan-2016 Pavel Maltsev <pavelm@google.com> Rename car system api package

We should use android.support.car for car system Api.

Bug: 26091392
Change-Id: I15fb50614c3d08e90854cf835f4fcf5dbc73b650
/packages/services/Car/service/src/com/android/car/CarRadioService.java
6b19769ee8cfbe0960d05ecfc01f73d08040784f 16-Nov-2015 keunyoung <keunyoung@google.com> add connection listener handling

bug: 25444839

Change-Id: I771537072bc087e6f8ec0fcff6352fe0c0e7e498
(cherry picked from commit ab1fbdcf4f22ad615bc9df8a1cf722c439aca1f2)
/packages/services/Car/service/src/com/android/car/CarRadioService.java
3cf096ae0d992d22cfba1b0711af2211c511a9fe 13-Oct-2015 Sanket Agarwal <sanketa@google.com> Add CarRadioManager.

* Adds CarRadioManager for app clients.
* Adds CarRadioService which compliments CarService.

Change-Id: Id6612bb7a35edca70686134650e3a6b8bbe5a972
(cherry picked from commit 77732d0251dd0178922063bbce7982b635a9387f)
/packages/services/Car/service/src/com/android/car/CarRadioService.java