Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java100 @Mock CarInputService.KeyEventListener mDefaultMainListener;
109 private CarInputService mCarInputService;
153 mCarInputService = new CarInputService(mContext, mInputHalService, mCarUserService, in setUp()
243 CarInputService.KeyEventListener listener = mock(CarInputService.KeyEventListener.class); in ordinaryEvents_onInstrumentClusterDisplay_routedToListener()
259 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
260 mock(CarInputService.KeyEventListener.class); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents()
329 assertThat(bundleCaptor.getValue().getBoolean(CarInputService.EXTRA_CAR_PUSH_TO_TALK)) in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils()
347 assertThat(bundleCaptor.getValue().getBoolean(CarInputService.EXTRA_CAR_PUSH_TO_TALK)) in voiceKey_longPress_withoutRegisteredEventHandler_triggersAssistUtils()
609 mCarInputService = new CarInputService(mMockContext, mInputHalService, mCarUserService, in init()
DCarProjectionServiceTest.java94 private CarInputService mCarInputService;
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java50 import com.android.car.CarInputService;
51 import com.android.car.CarInputService.KeyEventListener;
82 private final CarInputService mCarInputService;
210 CarInputService carInputService) { in InstrumentClusterService()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java44 import com.android.car.CarInputService;
68 private CarInputService mCarInputService;
/packages/services/Car/service/src/com/android/car/
DCarInputService.java81 public class CarInputService extends ICarInput.Stub class
302 public CarInputService(Context context, InputHalService inputHalService, in CarInputService() method in CarInputService
315 CarInputService(Context context, InputHalService inputHalService, CarUserService userService, in CarInputService() method in CarInputService
DICarImpl.java91 private final CarInputService mCarInputService;
211 mCarInputService = new CarInputService(serviceContext, mHal.getInputHal(), mCarUserService); in ICarImpl()
DCarProjectionService.java92 private final CarInputService mCarInputService;
178 CarInputService carInputService, CarBluetoothService carBluetoothService) { in CarProjectionService()
DCarShellCommand.java236 private final CarInputService mCarInputService;
252 CarInputService carInputService, in CarShellCommand()