Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java108 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in beforeSystemReady_ignoresAnyUpdate()
126 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in onInputDeviceAdded_withSettingsDisabled_ignoresNewDevice()
140 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in onInputDeviceAdded_withDeviceWithoutVibrator_ignoresNewDevice()
155 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in onInputDeviceAdded_withDeviceWithVibrator_addsNewDevice()
169 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_withSettingsDisabled_ignoresDevice()
181 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_deviceLosesVibrator_removesDevice()
196 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_deviceLost_removesDevice()
211 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_deviceAddsVibrator_addsDevice()
226 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1, 2}); in onInputDeviceRemoved_removesDevice()
258 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in updateInputDeviceVibrators_withDeviceWithoutVibrator_deviceIsIgnored()
[all …]
H A DVibratorManagerServiceTest.java208 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in setUp()
1109 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in vibrate_withInputDevices_vibratesInputDevices()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceSensorManagerTest.java88 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{DEVICE_ID}); in setUp()
169 InputDevice device = getSensorDevice(mInputManager.getInputDeviceIds()); in getInputDeviceSensors_withExpectedType()
189 InputDevice device = getSensorDevice(mInputManager.getInputDeviceIds()); in getInputDeviceSensors_withUnexpectedType()
206 InputDevice device = getSensorDevice(mInputManager.getInputDeviceIds()); in testInputDeviceSensorListener()
H A DInputDeviceLightsManagerTest.java85 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{DEVICE_ID}); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyRemapper.java65 inputManager.getInputDeviceIds()); in systemRunning()
97 for (int deviceId : inputManager.getInputDeviceIds()) { in addKeyRemapping()
H A DKeyboardBacklightController.java151 inputManager.getInputDeviceIds()); in systemRunning()
H A DBatteryController.java124 for (int deviceId : inputManager.getInputDeviceIds()) { in systemRunning()
H A DKeyboardLayoutManager.java165 inputManager.getInputDeviceIds()); in systemRunning()
H A DInputManagerService.java989 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
H A DInputControllerTest.java112 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in registerInputDevice_deviceCreation_hasDeviceId()
156 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in createNavigationTouchpad_hasDeviceId()
H A DInputManagerMockHelper.java72 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in InputManagerMockHelper()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java147 for (int deviceId : mInputManager.getInputDeviceIds()) { in updateInputDeviceVibrators()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java307 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManager
308 return mGlobal.getInputDeviceIds(); in getInputDeviceIds()
H A DIInputManager.aidl52 int[] getInputDeviceIds(); in getInputDeviceIds() method
H A DInputManagerGlobal.java215 ids = mIm.getInputDeviceIds(); in populateInputDevicesLocked()
372 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerGlobal
H A DInputDeviceSensorManager.java157 int[] deviceIds = mGlobal.getInputDeviceIds(); in initializeSensors()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceTestBase.java201 when(mMockIInputManager.getInputDeviceIds()).thenReturn(new int[0]); in setUp()
/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java756 return InputManagerGlobal.getInstance().getInputDeviceIds(); in getDeviceIds()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java376 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
H A DKeyboardShortcutListSearch.java405 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java556 int [] inputDevices = mInputManager.getInputDeviceIds(); in onNavBarAttached()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4628 for (int id : im.getInputDeviceIds()) { in getStylusInputDeviceIds()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt8346 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDeviceIds()[I
8355 HSPLandroid/hardware/input/InputManager;->getInputDeviceIds()[I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt8349 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDeviceIds()[I
8358 HSPLandroid/hardware/input/InputManager;->getInputDeviceIds()[I
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12