Home
last modified time | relevance | path

Searched refs:getInputDevice (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java141 when(mIInputManagerMock.getInputDevice(eq(1))) in onInputDeviceAdded_withDeviceWithoutVibrator_ignoresNewDevice()
146 verify(mIInputManagerMock).getInputDevice(eq(1)); in onInputDeviceAdded_withDeviceWithoutVibrator_ignoresNewDevice()
160 verify(mIInputManagerMock).getInputDevice(eq(1)); in onInputDeviceAdded_withDeviceWithVibrator_addsNewDevice()
179 when(mIInputManagerMock.getInputDevice(eq(1))) in onInputDeviceChanged_deviceLosesVibrator_removesDevice()
187 verify(mIInputManagerMock, times(2)).getInputDevice(eq(1)); in onInputDeviceChanged_deviceLosesVibrator_removesDevice()
194 when(mIInputManagerMock.getInputDevice(eq(1))) in onInputDeviceChanged_deviceLost_removesDevice()
202 verify(mIInputManagerMock, times(2)).getInputDevice(eq(1)); in onInputDeviceChanged_deviceLost_removesDevice()
209 when(mIInputManagerMock.getInputDevice(eq(1))) in onInputDeviceChanged_deviceAddsVibrator_addsDevice()
217 verify(mIInputManagerMock, times(2)).getInputDevice(eq(1)); in onInputDeviceChanged_deviceAddsVibrator_addsDevice()
224 when(mIInputManagerMock.getInputDevice(eq(1))).thenReturn( in onInputDeviceRemoved_removesDevice()
[all …]
H A DVibratorManagerServiceTest.java649 when(mIInputManagerMock.getInputDevice(eq(1))).thenReturn(createInputDeviceWithVibrator(1));
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
H A DGameControllerPreferenceControllerTest.java80 when(mInputManager.getInputDevice(1)).thenReturn(mInputDevice); in getAvailabilityStatus_hasDeviceWithVibrator_shouldReturnAvailable()
90 when(mInputManager.getInputDevice(1)).thenReturn(mInputDevice); in getAvailabilityStatus_hasNoVibratingDevice_shouldReturnDisabled()
100 when(mInputManager.getInputDevice(1)).thenReturn(mInputDevice); in getAvailabilityStatus_hasNoPhysicalDevice_shouldReturnDisabled()
/aosp12/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceLightsManagerTest.java82 when(mIInputManagerMock.getInputDevice(eq(DEVICE_ID))).thenReturn( in setUp()
129 InputDevice device = mInputManager.getInputDevice(DEVICE_ID); in testGetInputDeviceLights()
150 InputDevice device = mInputManager.getInputDevice(DEVICE_ID); in testControlMultipleLights()
202 InputDevice device = mInputManager.getInputDevice(DEVICE_ID); in testControlPlayerIdLight()
H A DInputDeviceSensorManagerTest.java95 when(mIInputManagerMock.getInputDevice(eq(DEVICE_ID))).thenReturn( in setUp()
168 InputDevice device = mInputManager.getInputDevice(deviceIds[i]); in getSensorDevice()
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java149 InputDevice device = mInputManager.getInputDevice(deviceId); in updateInputDeviceVibrators()
176 InputDevice device = mInputManager.getInputDevice(deviceId); in updateInputDevice()
/aosp12/frameworks/base/core/java/android/view/
H A DSearchEvent.java35 public InputDevice getInputDevice() { in getInputDevice() method in SearchEvent
H A DKeyCharacterMap.java353 InputDevice inputDevice = im.getInputDevice(deviceId); in load()
355 inputDevice = im.getInputDevice(VIRTUAL_KEYBOARD); in load()
H A DInputDevice.java521 return InputManager.getInstance().getInputDevice(id); in getDevice()
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DGameControllerPreferenceController.java73 InputDevice device = mIm.getInputDevice(deviceId); in getAvailabilityStatus()
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl42 InputDevice getInputDevice(int deviceId); in getInputDevice() method
H A DInputManager.java339 public InputDevice getInputDevice(int id) { in getInputDevice() method in InputManager
351 inputDevice = mIm.getInputDevice(id); in getInputDevice()
383 inputDevice = mIm.getInputDevice(id); in getInputDeviceByDescriptor()
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DDisplayInterface.java259 InputDevice inputDevice = mInputManager.getInputDevice(deviceId); in setDisplayState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java352 mBackupKeyCharacterMap = inputManager.getInputDevice(-1).getKeyCharacterMap(); in retrieveKeyCharacterMap()
354 final InputDevice inputDevice = inputManager.getInputDevice(deviceId); in retrieveKeyCharacterMap()
362 final InputDevice inputDevice = inputManager.getInputDevice(deviceIds[i]); in retrieveKeyCharacterMap()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h480 audio_port_handle_t getInputDevice();
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java173 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java840 InputDevice device = mIm.getInputDevice(deviceId); in logInputDeviceState()
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp368 record->getInputDevice(); in invokeAudioRecord()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java913 public InputDevice getInputDevice(int deviceId) { in getInputDevice() method in InputManagerService
1711 final InputDevice device = getInputDevice(deviceId); in handleSwitchKeyboardLayout()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp686 audio_port_handle_t AudioRecord::getInputDevice() { in getInputDevice() function in android::AudioRecord
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt8547 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDevice(I)Landroid/view/InputDevice;+]…
8560 HSPLandroid/hardware/input/InputManager;->getInputDevice(I)Landroid/view/InputDevice;+]Landroid/uti…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18978 method public android.view.InputDevice getInputDevice(int);
48351 method public android.view.InputDevice getInputDevice();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt8542 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDevice(I)Landroid/view/InputDevice;+]…
8555 HSPLandroid/hardware/input/InputManager;->getInputDevice(I)Landroid/view/InputDevice;+]Landroid/uti…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23669 Landroid/hardware/input/IInputManager$Stub$Proxy;->getInputDevice(I)Landroid/view/InputDevice;
23726 Landroid/hardware/input/IInputManager;->getInputDevice(I)Landroid/view/InputDevice;

12