Searched refs:InstrumentClusterService (Results 1 – 3 of 3) sorted by relevance
35 import com.android.car.cluster.InstrumentClusterService.RendererInitializationListener;52 private final InstrumentClusterService mInstrumentClusterService;58 InstrumentClusterService instrumentClusterService) { in CarNavigationService()
53 public class InstrumentClusterService implements CarServiceBase { class56 + InstrumentClusterService.class.getSimpleName();70 public InstrumentClusterService(Context context) { in InstrumentClusterService() method in InstrumentClusterService
27 import com.android.car.cluster.InstrumentClusterService;63 private final InstrumentClusterService mInstrumentClusterService;102 mInstrumentClusterService = new InstrumentClusterService(serviceContext); in ICarImpl()