Searched refs:InstrumentClusterService (Results 1 – 3 of 3) sorted by relevance
70 public class InstrumentClusterService implements CarServiceBase, KeyEventListener, class209 public InstrumentClusterService(Context context, ClusterNavigationService navigationService, in InstrumentClusterService() method in InstrumentClusterService416 private final WeakReference<InstrumentClusterService> mService;418 private DeferredRebinder(InstrumentClusterService service) { in DeferredRebinder()419 mService = new WeakReference<InstrumentClusterService>(service); in DeferredRebinder()423 InstrumentClusterService service = mService.get(); in rebind()439 InstrumentClusterService service = mService.get(); in handleMessage()
63 private InstrumentClusterService mService;121 mService = new InstrumentClusterService(mContext, mNavigationService, mCarInputService); in setNewService()
63 import com.android.car.cluster.InstrumentClusterService;122 private final InstrumentClusterService mInstrumentClusterService;284 mInstrumentClusterService = constructWithTrace(t, InstrumentClusterService.class, in ICarImpl()285 () -> new InstrumentClusterService(serviceContext, in ICarImpl()