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

/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java50 public class InstrumentClusterService implements CarServiceBase, class in inherits:CarServiceBase,FocusOwnershipCallback,KeyEventListener
94 public InstrumentClusterService(Context context, AppFocusService appFocusService, method in class:InstrumentClusterService
212 Log.d(TAG, "InstrumentClusterService#onKeyEvent: " + event);
/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java32 import com.android.car.cluster.InstrumentClusterService;
67 private final InstrumentClusterService mInstrumentClusterService;
106 mInstrumentClusterService = new InstrumentClusterService(serviceContext,

Completed in 74 milliseconds