History log of /packages/services/Car/service/src/com/android/car/cluster/CarNavigationService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3f8a3d52e237fe05056d982d3da75350a3f612f 19-Mar-2016 Pavel Maltsev <pavelm@google.com> Fix failing CarNavigationManager test

We can not run this test if we don't have secondary (virtual) display connected.
Potentially we could implemented fake renderer that will work as meta-data,
but let's at least ignore test failings for now.

Bug:27720793
Change-Id: If246fd3ba747d5c282039071e5fe2da97507dbac
/packages/services/Car/service/src/com/android/car/cluster/CarNavigationService.java
1ecdd6ca75fdf8ff62105630664de5125e29676b 03-Mar-2016 Pavel Maltsev <pavelm@google.com> Adding MediaStatusService to Inst Cluster API

Added InstrumentClusterService for all interactions with instrument cluster;
Added MediaStatusService that listens for current media being played and
pushed this changes to inst cluster renderer.
Major refactoring of Renderer - now almost all methods in renderer are runs
in UI thread, had to add thread-safe wrappers to renderer classes;

Bug:27313264
Change-Id: I989cdf61529f885d2eebd3afbd416a35c59a9527
/packages/services/Car/service/src/com/android/car/cluster/CarNavigationService.java