Searched refs:CarInputService (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarInputServiceTest.java | 84 @Mock CarInputService.KeyEventListener mDefaultMainListener; 91 private CarInputService mCarInputService; 95 mCarInputService = new CarInputService(mContext, mInputHalService, mHandler, in setUp() 122 CarInputService.KeyEventListener listener = mock(CarInputService.KeyEventListener.class); in ordinaryEvents_onInstrumentClusterDisplay_routedToListener() 138 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents() 139 mock(CarInputService.KeyEventListener.class); in customEventHandler_capturesRegisteredEvents_ignoresUnregisteredEvents() 208 assertThat(bundleCaptor.getValue().getBoolean(CarInputService.EXTRA_CAR_PUSH_TO_TALK)) in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils() 226 assertThat(bundleCaptor.getValue().getBoolean(CarInputService.EXTRA_CAR_PUSH_TO_TALK)) in voiceKey_longPress_withoutRegisteredEventHandler_triggersAssistUtils()
|
D | CarProjectionServiceTest.java | 100 private CarInputService mCarInputService;
|
/packages/services/Car/service/src/com/android/car/ |
D | CarInputService.java | 67 public class CarInputService implements CarServiceBase, InputHalService.InputListener { class 209 synchronized (CarInputService.this) { 217 synchronized (CarInputService.this) { 271 public CarInputService(Context context, InputHalService inputHalService) { in CarInputService() method in CarInputService 283 CarInputService(Context context, InputHalService inputHalService, Handler handler, in CarInputService() method in CarInputService
|
D | ICarImpl.java | 84 private final CarInputService mCarInputService; 156 mCarInputService = new CarInputService(serviceContext, mHal.getInputHal()); in ICarImpl()
|
D | CarProjectionService.java | 93 private final CarInputService mCarInputService; 179 CarInputService carInputService, CarBluetoothService carBluetoothService) { in CarProjectionService()
|
/packages/services/Car/service/src/com/android/car/cluster/ |
D | InstrumentClusterService.java | 46 import com.android.car.CarInputService; 47 import com.android.car.CarInputService.KeyEventListener; 72 private final CarInputService mCarInputService; 155 CarInputService carInputService) { in InstrumentClusterService()
|