HomeSort by relevance Sort by last modified time
    Searched refs:mInstrumentClusterService (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/service/src/com/android/car/cluster/
CarNavigationService.java 52 private final InstrumentClusterService mInstrumentClusterService;
61 mInstrumentClusterService = instrumentClusterService;
67 mInstrumentClusterService.registerListener(this);
75 mInstrumentClusterService.unregisterListener(this);
203 mInstrumentClusterService.getNavigationRenderer());
  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 63 private final InstrumentClusterService mInstrumentClusterService;
102 mInstrumentClusterService = new InstrumentClusterService(serviceContext);
104 serviceContext, mAppContextService, mInstrumentClusterService);
120 mInstrumentClusterService,

Completed in 153 milliseconds