Home
last modified time | relevance | path

Searched refs:getNavigationService (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java195 public IInstrumentClusterNavigation getNavigationService() { in getNavigationService() method in InstrumentClusterService
202 return service == null ? null : service.getNavigationService(); in getNavigationService()
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DIInstrumentCluster.aidl28 IInstrumentClusterNavigation getNavigationService(); in getNavigationService() method
DInstrumentClusterRenderingService.java114 public IInstrumentClusterNavigation getNavigationService() throws RemoteException { in getNavigationService() method in InstrumentClusterRenderingService.RendererBinder
/packages/services/Car/service/src/com/android/car/
DICarImpl.java209 mInstrumentClusterService.getNavigationService(); in getCarService()