Home | History | Annotate | Download | only in navigation

Lines Matching defs:navigation

16 package android.support.car.navigation;
27 * APIs for providing navigation status to the instrument cluster. For cars that have a navigation
28 * display built into the instrument cluster, a navigation application should also provide
31 * Navigation applications should first call
36 * After navigation focus is granted, applications should call {@code
51 * Listener for navigation related events. Callbacks are called in the Looper context.
55 * Instrument Cluster started in navigation mode.
59 * navigation instrument cluster.
72 /* Navigation statuses */
89 /** Starting point of the navigation. */
208 * Inform the instrument cluster if navigation is active or not.
209 * @param status New instrument cluster navigation status, one of the STATUS_* constants in
218 * Send a Navigation Next Step event to the car.
262 * Send a Navigation Next Step Distance event to the car.
279 * Sends events from navigation app to instrument cluster.