Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/cluster/renderer/
H A DIInstrumentCluster.aidl34 IInstrumentClusterNavigation getNavigationService(); in getNavigationService() method
H A DInstrumentClusterRenderingService.java506 public IInstrumentClusterNavigation getNavigationService() throws RemoteException { in getNavigationService() method in InstrumentClusterRenderingService.RendererBinder
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DInstrumentClusterServiceTest.java81 public IInstrumentClusterNavigation getNavigationService() {
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java247 navigationBinder = renderer.getNavigationService(); in getNavigationBinder()