/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | InputDeviceDelegateTest.java | 108 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 D | VibratorManagerServiceTest.java | 208 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 D | InputDeviceSensorManagerTest.java | 88 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 D | InputDeviceLightsManagerTest.java | 85 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{DEVICE_ID}); in setUp()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | KeyRemapper.java | 65 inputManager.getInputDeviceIds()); in systemRunning() 97 for (int deviceId : inputManager.getInputDeviceIds()) { in addKeyRemapping()
|
H A D | KeyboardBacklightController.java | 151 inputManager.getInputDeviceIds()); in systemRunning()
|
H A D | BatteryController.java | 124 for (int deviceId : inputManager.getInputDeviceIds()) { in systemRunning()
|
H A D | KeyboardLayoutManager.java | 165 inputManager.getInputDeviceIds()); in systemRunning()
|
H A D | InputManagerService.java | 989 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerService
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
H A D | InputControllerTest.java | 112 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in registerInputDevice_deviceCreation_hasDeviceId() 156 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in createNavigationTouchpad_hasDeviceId()
|
H A D | InputManagerMockHelper.java | 72 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in InputManagerMockHelper()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | InputDeviceDelegate.java | 147 for (int deviceId : mInputManager.getInputDeviceIds()) { in updateInputDeviceVibrators()
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | InputManager.java | 307 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManager 308 return mGlobal.getInputDeviceIds(); in getInputDeviceIds()
|
H A D | IInputManager.aidl | 52 int[] getInputDeviceIds(); in getInputDeviceIds() method
|
H A D | InputManagerGlobal.java | 215 ids = mIm.getInputDeviceIds(); in populateInputDevicesLocked() 372 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerGlobal
|
H A D | InputDeviceSensorManager.java | 157 int[] deviceIds = mGlobal.getInputDeviceIds(); in initializeSensors()
|
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodManagerServiceTestBase.java | 201 when(mMockIInputManager.getInputDeviceIds()).thenReturn(new int[0]); in setUp()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputDevice.java | 756 return InputManagerGlobal.getInstance().getInputDeviceIds(); in getDeviceIds()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyboardShortcuts.java | 376 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
|
H A D | KeyboardShortcutListSearch.java | 405 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | EdgeBackGestureHandler.java | 556 int [] inputDevices = mInputManager.getInputDeviceIds(); in onNavBarAttached()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 4628 for (int id : im.getInputDeviceIds()) { in getStylusInputDeviceIds()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8346 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDeviceIds()[I 8355 HSPLandroid/hardware/input/InputManager;->getInputDeviceIds()[I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 8349 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |