• Home
  • History
  • Annotate
  • only in /packages/services/Car/car-lib/src/com/
History log of /packages/services/Car/car-lib/src/com/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
678064a8f745ac89c2d3a5c48e09d1c10eb35dea 12-Apr-2017 Pavel Maltsev <pavelm@google.com> Fixing sync in Car(Sensor|Diagnostic)Manager

Bug: b/37254546

Test: verified e2e tests no longer crashing with
ConcurrentModificationException

Change-Id: I2e295bfec36f6e0b4a6c4187ad8d8c7eaf9250c7
ndroid/car/internal/CarRatedListeners.java
3c7a66693e28acaa82d3c9ff2ed99712270c889f 24-Feb-2017 Enrico Granata <egranata@google.com> Permission support for diagnostics.

This creates two permissions for access to diagnostic data:
- DIAGNOSTIC_READ, for read-only access to live and freeze frame data;
- DIAGNOSTIC_CLEAR, for deleting DTC data from the car.

It also extends the meaning of PERMISSION_VENDOR_EXTENSION to mean being allowed to read vendor-specific diagnostic sensor data.

Test: build
Bug: 35435164
For O-MR1.

Change-Id: I046bf6ae4a7aa2b2570ea5657bff9e1ce86edbce
ndroid/car/internal/CarPermission.java
f621416f7455b46c88400d994e51f9494f82410e 13-Feb-2017 Enrico Granata <egranata@google.com> Post-O. Move event handling in CarDiagnosticManager to be more similar to CarSensorManager.

Also, shuffle some common code around in the process.

b/34281156

Test: build
Change-Id: Ie028d23903bef6dc18af7a10bd30abf8bb37e8f3
ndroid/car/internal/CarRatedListeners.java
ndroid/car/internal/SingleMessageHandler.java
c52d5f9f6190cf9a44dd6dfd3bc92386fbf023b3 06-Feb-2017 Antonio Cortes <antoniocortes@google.com> Protecting VmsSubscriberManager with the future annotation and future flag.

Needed to move the FeatureConfiguration.java from service to car-lib
because it is used in Car.java

This is a post-O feature.

Bug: b/34976096
Test: Build with TARGET_USES_CAR_FUTURE_FEATURES set to true and to false.

Change-Id: I25848a0bfe6a6d59181dde48399fd2e1e8f10e4c
ndroid/car/internal/FeatureUtil.java