Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DICarImpl.java51 private final CarInputService mCarInputService; field in ICarImpl
90 mCarInputService = new CarInputService(serviceContext); in ICarImpl()
91 mCarProjectionService = new CarProjectionService(serviceContext, mCarInputService); in ICarImpl()
110 mCarInputService, in ICarImpl()
215 return mCarInputService; in getCarInternalService()
DCarProjectionService.java44 private final CarInputService mCarInputService; field in CarProjectionService
87 mCarInputService = carInputService; in CarProjectionService()
187 mCarInputService.setVoiceAssitantKeyListener(listenShortPress in updateCarInputServiceListeners()
189 mCarInputService.setLongVoiceAssitantKeyListener(listenLongPress in updateCarInputServiceListeners()