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/
DInstrumentClusterService.java74 public class InstrumentClusterService implements CarServiceBase, KeyEventListener, class
217 public InstrumentClusterService(Context context, ClusterNavigationService navigationService, in InstrumentClusterService() method in InstrumentClusterService
223 InstrumentClusterService(Context context, ClusterNavigationService navigationService, in InstrumentClusterService() method in InstrumentClusterService
443 private final WeakReference<InstrumentClusterService> mService;
445 private DeferredRebinder(InstrumentClusterService service) { in DeferredRebinder()
446 mService = new WeakReference<InstrumentClusterService>(service); in DeferredRebinder()
450 InstrumentClusterService service = mService.get(); in rebind()
470 InstrumentClusterService service = mService.get(); in handleMessage()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java75 private InstrumentClusterService mService;
124 super(InstrumentClusterService.TAG, ClusterNavigationService.TAG); in InstrumentClusterServiceTest()
161 mService = new InstrumentClusterService(mContext, mNavigationService, mCarInputService, in setNewService()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java73 import com.android.car.cluster.InstrumentClusterService;
152 private final InstrumentClusterService mInstrumentClusterService;
355 mInstrumentClusterService = constructWithTrace(t, InstrumentClusterService.class, in ICarImpl()
356 () -> new InstrumentClusterService(mContext, mClusterNavigationService, in ICarImpl()