/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | InputDeviceDelegateTest.java | 103 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in beforeSystemReady_ignoresAnyUpdate() 121 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in onInputDeviceAdded_withSettingsDisabled_ignoresNewDevice() 135 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in onInputDeviceAdded_withDeviceWithoutVibrator_ignoresNewDevice() 150 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in onInputDeviceAdded_withDeviceWithVibrator_addsNewDevice() 164 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_withSettingsDisabled_ignoresDevice() 176 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_deviceLosesVibrator_removesDevice() 191 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_deviceLost_removesDevice() 206 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in onInputDeviceChanged_deviceAddsVibrator_addsDevice() 221 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1, 2}); in onInputDeviceRemoved_removesDevice() 237 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1, 2}); in updateInputDeviceVibrators_usesFlagToLoadDeviceList() [all …]
|
D | VibratorManagerServiceTest.java | 220 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in setUp() 1204 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{1}); in vibrate_withInputDevices_vibratesInputDevices()
|
/frameworks/base/tests/Input/src/android/hardware/input/ |
D | InputDeviceSensorManagerTest.java | 90 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{DEVICE_ID}); in setUp() 173 InputDevice device = getSensorDevice(mInputManager.getInputDeviceIds()); in getInputDeviceSensors_withExpectedType() 193 InputDevice device = getSensorDevice(mInputManager.getInputDeviceIds()); in getInputDeviceSensors_withUnexpectedType() 210 InputDevice device = getSensorDevice(mInputManager.getInputDeviceIds()); in testInputDeviceSensorListener()
|
D | InputDeviceLightsManagerTest.java | 87 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{DEVICE_ID}); in setUp()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | KeyRemapper.java | 65 inputManager.getInputDeviceIds()); in systemRunning() 97 for (int deviceId : inputManager.getInputDeviceIds()) { in addKeyRemapping()
|
D | KeyboardLedController.java | 126 mInputManager.getInputDeviceIds()); in systemRunning()
|
D | KeyboardBacklightController.java | 151 inputManager.getInputDeviceIds()); in systemRunning()
|
D | BatteryController.java | 124 for (int deviceId : inputManager.getInputDeviceIds()) { in systemRunning()
|
D | KeyboardLayoutManager.java | 168 inputManager.getInputDeviceIds()); in systemRunning()
|
D | InputManagerService.java | 986 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | InputControllerTest.java | 126 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in registerInputDevice_deviceCreation_hasDeviceId() 164 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in createNavigationTouchpad_hasDeviceId()
|
D | InputManagerMockHelper.java | 79 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in InputManagerMockHelper()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | InputDeviceDelegate.java | 147 for (int deviceId : mInputManager.getInputDeviceIds()) { in updateInputDeviceVibrators()
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 55 int[] getInputDeviceIds(); in getInputDeviceIds() method
|
D | InputManager.java | 331 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManager 332 return mGlobal.getInputDeviceIds(); in getInputDeviceIds()
|
D | InputManagerGlobal.java | 234 ids = mIm.getInputDeviceIds(); in populateInputDevicesLocked() 400 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerGlobal
|
D | InputDeviceSensorManager.java | 148 int[] deviceIds = mGlobal.getInputDeviceIds(); in initializeSensors()
|
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | InputMethodManagerServiceTestBase.java | 203 when(mMockIInputManager.getInputDeviceIds()).thenReturn(new int[0]); in setUp()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 766 public int[] getInputDeviceIds() { in setInputManager()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 823 return InputManagerGlobal.getInstance().getInputDeviceIds(); in getDeviceIds()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcuts.java | 366 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
|
D | KeyboardShortcutListSearch.java | 404 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgeBackGestureHandler.java | 570 int[] inputDevices = mInputManager.getInputDeviceIds(); in onNavBarAttached()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 4521 for (int id : im.getInputDeviceIds()) { in getStylusInputDeviceIds()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 8257 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDeviceIds()[I 8266 HSPLandroid/hardware/input/InputManager;->getInputDeviceIds()[I 8275 HSPLandroid/hardware/input/InputManagerGlobal;->getInputDeviceIds()[I
|