Home
last modified time | relevance | path

Searched refs:InstrumentClusterService (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DCarNavigationService.java35 import com.android.car.cluster.InstrumentClusterService.RendererInitializationListener;
52 private final InstrumentClusterService mInstrumentClusterService;
58 InstrumentClusterService instrumentClusterService) { in CarNavigationService()
DInstrumentClusterService.java53 public class InstrumentClusterService implements CarServiceBase { class
56 + InstrumentClusterService.class.getSimpleName();
70 public InstrumentClusterService(Context context) { in InstrumentClusterService() method in InstrumentClusterService
/packages/services/Car/service/src/com/android/car/
DICarImpl.java27 import com.android.car.cluster.InstrumentClusterService;
63 private final InstrumentClusterService mInstrumentClusterService;
102 mInstrumentClusterService = new InstrumentClusterService(serviceContext); in ICarImpl()