Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarInputServiceTest.java97 @Mock CarInputService.KeyEventListener mDefaultMainListener;
98 @Mock CarInputService.KeyEventListener mInstrumentClusterKeyListener;
110 private CarInputService mCarInputService;
114 mCarInputService = new CarInputService(mContext, mInputHalService, mCarUserService, in setUp()
254 CarInputService.KeyEventListener listener = mock(CarInputService.KeyEventListener.class); in ordinaryEvents_onInstrumentClusterDisplay_routedToListener()
263 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesDisplayMainEvent_capturedByInputController()
277 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesDisplayMainEvent_missedByInputController()
291 CarInputService.KeyEventListener instrumentClusterListener = in customEventHandler_capturesClusterEvents_capturedByInstrumentCluster()
303 private CarInputService.KeyEventListener setupInstrumentClusterListener() { in setupInstrumentClusterListener()
304 CarInputService.KeyEventListener instrumentClusterListener = in setupInstrumentClusterListener()
[all …]
H A DCarInputRotaryServiceTest.java19 import static com.android.car.CarInputService.ENABLED_ACCESSIBILITY_SERVICES_SEPARATOR;
81 @Mock private CarInputService.KeyEventListener mDefaultMainListener;
95 private CarInputService mCarInputService;
296 mCarInputService = new CarInputService(mMockContext, mInputHalService, mCarUserService, in init()
H A DCarProjectionServiceTest.java94 private CarInputService mCarInputService;
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java49 import com.android.car.CarInputService;
50 import com.android.car.CarInputService.KeyEventListener;
79 private final CarInputService mCarInputService;
210 CarInputService carInputService) { in InstrumentClusterService()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DInstrumentClusterServiceTest.java46 import com.android.car.CarInputService;
71 private CarInputService mCarInputService;
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java84 public class CarInputService extends ICarInput.Stub class
250 public CarInputService(Context context, InputHalService inputHalService, in CarInputService() method in CarInputService
266 CarInputService(Context context, InputHalService inputHalService, CarUserService userService, in CarInputService() method in CarInputService
H A DICarImpl.java110 private final CarInputService mCarInputService;
264 mCarInputService = constructWithTrace(t, CarInputService.class, in ICarImpl()
265 () -> new CarInputService(serviceContext, mHal.getInputHal(), mCarUserService, in ICarImpl()
H A DCarProjectionService.java92 private final CarInputService mCarInputService;
178 CarInputService carInputService, CarBluetoothService carBluetoothService) { in CarProjectionService()
H A DCarShellCommand.java379 private final CarInputService mCarInputService;
397 CarInputService carInputService, in CarShellCommand()