Home
last modified time | relevance | path

Searched refs:mInstrumentClusterService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DCarNavigationService.java52 private final InstrumentClusterService mInstrumentClusterService; field in CarNavigationService
61 mInstrumentClusterService = instrumentClusterService; in CarNavigationService()
67 mInstrumentClusterService.registerListener(this); in init()
75 mInstrumentClusterService.unregisterListener(this); in release()
203 mInstrumentClusterService.getNavigationRenderer()); in onRendererInitSucceeded()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java63 private final InstrumentClusterService mInstrumentClusterService; field in ICarImpl
102 mInstrumentClusterService = new InstrumentClusterService(serviceContext); in ICarImpl()
104 serviceContext, mAppContextService, mInstrumentClusterService); in ICarImpl()
120 mInstrumentClusterService, in ICarImpl()