Searched refs:addDeviceForTesting (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
H A D | VirtualDeviceManagerServiceTest.java | 1082 mInputController.addDeviceForTesting(BINDER, fd, in createVirtualKeyboard_inputDeviceId_obtainFromInputController() 1156 mInputController.addDeviceForTesting(BINDER, fd, in sendKeyEvent_hasFd_writesEvent() 1186 mInputController.addDeviceForTesting(BINDER, fd, in sendButtonEvent_hasFd_writesEvent() 1203 mInputController.addDeviceForTesting(BINDER, fd, in sendButtonEvent_hasFd_wrongDisplay_throwsIllegalStateException() 1230 mInputController.addDeviceForTesting(BINDER, fd, in sendRelativeEvent_hasFd_writesEvent() 1247 mInputController.addDeviceForTesting(BINDER, fd, in sendRelativeEvent_hasFd_wrongDisplay_throwsIllegalStateException() 1275 mInputController.addDeviceForTesting(BINDER, fd, in sendScrollEvent_hasFd_writesEvent() 1292 mInputController.addDeviceForTesting(BINDER, fd, in sendScrollEvent_hasFd_wrongDisplay_throwsIllegalStateException() 1326 mInputController.addDeviceForTesting(BINDER, fd, in sendTouchEvent_hasFd_writesEvent_withoutPressureOrMajorAxisSize() 1352 mInputController.addDeviceForTesting(BINDER, fd, in sendTouchEvent_hasFd_writesEvent()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | InputController.java | 492 void addDeviceForTesting(IBinder deviceToken, long ptr, int type, int displayId, String phys, in addDeviceForTesting() method in InputController
|