Home
last modified time | relevance | path

Searched refs:registerInputDeviceListener (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DGameControllerPreferenceControllerTest.java68 verify(mInputManager).registerInputDeviceListener(mController, null); in testLifecycle_shouldRegisterInputManager()
73 verify(mInputManager).registerInputDeviceListener(mController, null); in testLifecycle_shouldRegisterInputManager()
DKeyboardLayoutPickerControllerTest.java91 verify(mInputManager).registerInputDeviceListener(mController, null); in testLifecycle_onStart_shouldRegisterInputManager()
111 verify(mInputManager, never()).registerInputDeviceListener(mController, null); in testLifecycle_onStop_shouldCancelRegisterInputManager()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputManager.java54 protected void registerInputDeviceListener(InputManager.InputDeviceListener listener, in registerInputDeviceListener() method in ShadowInputManager
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardPreferenceController.java78 mIm.registerInputDeviceListener(this, null); in onResume()
DGameControllerPreferenceController.java49 mIm.registerInputDeviceListener(this, null); in onResume()
DKeyboardLayoutPickerController.java70 mIm.registerInputDeviceListener(this, null); in onStart()
DPhysicalKeyboardFragment.java104 mIm.registerInputDeviceListener(this, null); in onResume()
DKeyboardLayoutDialogFragment.java127 mIm.registerInputDeviceListener(this, null); in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DPhysicalKeyboardPreferenceController.java78 mIm.registerInputDeviceListener(this, null); in onResume()
DGameControllerPreferenceController.java49 mIm.registerInputDeviceListener(this, null); in onResume()
DKeyboardLayoutPickerController.java70 mIm.registerInputDeviceListener(this, null); in onStart()
DPhysicalKeyboardFragment.java102 mIm.registerInputDeviceListener(this, null); in onResume()
DKeyboardLayoutDialogFragment.java127 mIm.registerInputDeviceListener(this, null); in onResume()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java85 inputManager.registerInputDeviceListener(mInputListener, mHandler); in registerInputMethodMonitor()