Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DInputDeviceDelegateTest.java103 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 …]
DVibratorManagerServiceTest.java220 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/
DInputDeviceSensorManagerTest.java90 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()
DInputDeviceLightsManagerTest.java87 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[]{DEVICE_ID}); in setUp()
/frameworks/base/services/core/java/com/android/server/input/
DKeyRemapper.java65 inputManager.getInputDeviceIds()); in systemRunning()
97 for (int deviceId : inputManager.getInputDeviceIds()) { in addKeyRemapping()
DKeyboardLedController.java126 mInputManager.getInputDeviceIds()); in systemRunning()
DKeyboardBacklightController.java151 inputManager.getInputDeviceIds()); in systemRunning()
DBatteryController.java124 for (int deviceId : inputManager.getInputDeviceIds()) { in systemRunning()
DKeyboardLayoutManager.java168 inputManager.getInputDeviceIds()); in systemRunning()
DInputManagerService.java986 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerService
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DInputControllerTest.java126 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in registerInputDevice_deviceCreation_hasDeviceId()
164 int[] deviceIds = InputManagerGlobal.getInstance().getInputDeviceIds(); in createNavigationTouchpad_hasDeviceId()
DInputManagerMockHelper.java79 when(mIInputManagerMock.getInputDeviceIds()).thenReturn(new int[0]); in InputManagerMockHelper()
/frameworks/base/services/core/java/com/android/server/vibrator/
DInputDeviceDelegate.java147 for (int deviceId : mInputManager.getInputDeviceIds()) { in updateInputDeviceVibrators()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl55 int[] getInputDeviceIds(); in getInputDeviceIds() method
DInputManager.java331 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManager
332 return mGlobal.getInputDeviceIds(); in getInputDeviceIds()
DInputManagerGlobal.java234 ids = mIm.getInputDeviceIds(); in populateInputDevicesLocked()
400 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerGlobal
DInputDeviceSensorManager.java148 int[] deviceIds = mGlobal.getInputDeviceIds(); in initializeSensors()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java203 when(mMockIInputManager.getInputDeviceIds()).thenReturn(new int[0]); in setUp()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java766 public int[] getInputDeviceIds() { in setInputManager()
/frameworks/base/core/java/android/view/
DInputDevice.java823 return InputManagerGlobal.getInstance().getInputDeviceIds(); in getDeviceIds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java366 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
DKeyboardShortcutListSearch.java404 final int[] deviceIds = inputManager.getInputDeviceIds(); in retrieveKeyCharacterMap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java570 int[] inputDevices = mInputManager.getInputDeviceIds(); in onNavBarAttached()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4521 for (int id : im.getInputDeviceIds()) { in getStylusInputDeviceIds()
/frameworks/base/boot/
Dboot-image-profile.txt8257 HSPLandroid/hardware/input/IInputManager$Stub$Proxy;->getInputDeviceIds()[I
8266 HSPLandroid/hardware/input/InputManager;->getInputDeviceIds()[I
8275 HSPLandroid/hardware/input/InputManagerGlobal;->getInputDeviceIds()[I

12