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/CarNightService.java
|
e33f07e7c149ae6bf9154745fd9f83b49127b4f7 |
|
26-Jul-2016 |
Yao Chen <yaochen@google.com> |
Add dumpsys command to CarService to change day/night mode from adb Bug: 30372029 Change-Id: I6360c950e772d5049330c8cc5c9e3f54b7bb5fda
/packages/services/Car/service/src/com/android/car/CarNightService.java
|
9ec0547de12ce6111c545e60a471dce40e43cb2a |
|
27-Apr-2016 |
Keun-young Park <keunyoung@google.com> |
fix race in initial driving status - register to hal and get sensor list first to fetch data before subscription. This gives room to retry for -EAGAIN for initial data fetching. - remove sensorHalReady callback as hal is initialized before service init. bug: 28410068 Change-Id: Ifdb5947e388ad09c92307f94fa3ee35551f3eafd
/packages/services/Car/service/src/com/android/car/CarNightService.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/CarNightService.java
|
05f44818b14864b11a82eaec35c1c8419f773a7c |
|
11-Feb-2016 |
Keun-young Park <keunyoung@google.com> |
fix wrong init of sensor value when H/W supports it - it was getting default state from default policy, not from HAL. bug: 27129708 Change-Id: I9cfea3e4450fc09da7f64a63e9c1391ba636e16d
/packages/services/Car/service/src/com/android/car/CarNightService.java
|
317343df4ba11bc3923e95bff30ed5a54bb66e5c |
|
25-Jan-2016 |
Joseph Pirozzo <pirozzoj@google.com> |
Night Mode Sensor Service Create CarNightService to automatically register for the vehicle night sensor and provide updates to the UIModeManager to enter and exit night mode. bug: 25262432 Change-Id: I7826b9b42f10614e437c8ba1918272d1325b4004
/packages/services/Car/service/src/com/android/car/CarNightService.java
|