Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java65 public class InstrumentClusterService implements CarServiceBase, FocusOwnershipCallback, class
154 public InstrumentClusterService(Context context, AppFocusService appFocusService, in InstrumentClusterService() method in InstrumentClusterService
/packages/services/Car/service/src/com/android/car/
DICarImpl.java47 import com.android.car.cluster.InstrumentClusterService;
94 private final InstrumentClusterService mInstrumentClusterService;
164 mInstrumentClusterService = new InstrumentClusterService(serviceContext, in ICarImpl()