Searched defs:onStopNavigation (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/cluster/renderer/
H A DNavigationRenderer.java39 abstract public void onStopNavigation(); method in class:NavigationRenderer
H A DInstrumentClusterRenderingService.java248 public void onStopNavigation() throws RemoteException { method in class:InstrumentClusterRenderingService.NavigationBinder
250 mNavigationRenderer.onStopNavigation();
H A DThreadSafeNavigationRenderer.java76 public void onStopNavigation() { method in class:ThreadSafeNavigationRenderer
113 renderer.onStopNavigation();
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DInstrumentClusterController.java569 public void onStopNavigation() { method in class:InstrumentClusterController.NavigationRendererImpl
571 Log.d(TAG, "onStopNavigation");

Completed in 89 milliseconds