aboutsummaryrefslogtreecommitdiff
path: root/car-lib/src/android/car/navigation
diff options
context:
space:
mode:
authorPavel Maltsev <pavelm@google.com>2017-07-11 18:25:54 -0700
committerPavel Maltsev <pavelm@google.com>2017-07-17 11:35:52 -0700
commitf9c7693e009aab4ff3f1afa60e848d3a17622a75 (patch)
treea4be7dc479673d8c31a793bea94b9ffd71661b42 /car-lib/src/android/car/navigation
parentc4fafe2a0ae3cdb35293d46b6e9e3d4391d809b2 (diff)
downloadCar-f9c7693e009aab4ff3f1afa60e848d3a17622a75.tar.gz
Extending cluster API in car-support-lib
This mirrors changes done in car-lib Test: builds, more tests will be performed in google3 Bug: b/63148533 Change-Id: Icc336dc5795ef508380f83cce4dd8d44715df9a2
Diffstat (limited to 'car-lib/src/android/car/navigation')
-rw-r--r--car-lib/src/android/car/navigation/CarNavigationStatusManager.java15
1 files changed, 12 insertions, 3 deletions
diff --git a/car-lib/src/android/car/navigation/CarNavigationStatusManager.java b/car-lib/src/android/car/navigation/CarNavigationStatusManager.java
index 9a83219858..e15a17dc1a 100644
--- a/car-lib/src/android/car/navigation/CarNavigationStatusManager.java
+++ b/car-lib/src/android/car/navigation/CarNavigationStatusManager.java
@@ -114,11 +114,20 @@ public final class CarNavigationStatusManager implements CarManagerBase {
@Retention(RetentionPolicy.SOURCE)
public @interface TurnEvent {}
- /** Event type that holds information about next maneuver. */
+ /**
+ * Event type that holds information about next maneuver.
+ * @hide
+ */
public static final int EVENT_TYPE_NEXT_MANEUVER_INFO = 1;
- /** Event type that holds information regarding distance/time to the next maneuver. */
+ /**
+ * Event type that holds information regarding distance/time to the next maneuver.
+ * @hide
+ */
public static final int EVENT_TYPE_NEXT_MANEUVER_COUNTDOWN = 2;
- /** All custom (vendor-specific) event types should be equal or greater than this constant. */
+ /**
+ * All custom (vendor-specific) event types should be equal or greater than this constant.
+ * @hide
+ */
public static final int EVENT_TYPE_VENDOR_FIRST = 1024;
/* Turn Side */