Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java271 public CarInputService(Context context, InputHalService inputHalService) { in CarInputService() argument
272 this(context, inputHalService, new Handler(Looper.getMainLooper()), in CarInputService()
283 CarInputService(Context context, InputHalService inputHalService, Handler handler, in CarInputService() argument
289 mInputHalService = inputHalService; in CarInputService()